Skip to content

Add support for meta tags in locales#84

Open
mtrolle wants to merge 4 commits into
kpumuk:mainfrom
mtrolle:meta_from_locales
Open

Add support for meta tags in locales#84
mtrolle wants to merge 4 commits into
kpumuk:mainfrom
mtrolle:meta_from_locales

Conversation

@mtrolle
Copy link
Copy Markdown

@mtrolle mtrolle commented Mar 13, 2015

Fixed #83 creating support for adding meta tags via locales in the
format:

en:
  meta_tags:
    [controller]:
      [action]:
        title: My title

etc.
I have not created any tests as I’m quite frankly not sure how to write
them using locales data.

Fixed kpumuk#83 creating support for adding meta tags via locales in the
format:
en:
  meta_tags:
    `controller`:
      `action`:
        title: My title
etc.

I have not created any tests as I’m quite frankly not sure how to write
them using locales data.
Comment thread lib/meta_tags/controller_helper.rb Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token tCOLON

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assignment Branch Condition size for meta_tags_from_locales is too high. [17.29/15]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Meta tags using i18n locale files

2 participants