Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale groups won't work #23

Open
alvarotrigo opened this issue Feb 13, 2018 · 2 comments
Open

Locale groups won't work #23

alvarotrigo opened this issue Feb 13, 2018 · 2 comments

Comments

@alvarotrigo
Copy link
Contributor

alvarotrigo commented Feb 13, 2018

Having the following YML file:

home:
  keywords: ffdasfa

text here: whatever

Only text here gets translated:

<span data-t>text here</span>
<span data-t>demo.keywords</span>

Generating:

<span>whatever</span>
<span>demo.keywords</span>
@danhper
Copy link
Member

danhper commented Feb 15, 2018

Could it simply be that

<span data-t>demo.keywords</span>

should be

<span data-t>home.keywords</span>

?

@alvarotrigo
Copy link
Contributor Author

Sorry that's a typo on my question :)
Even when using it properly, like. home.keywords, it still failing to me.

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

No branches or pull requests

2 participants