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

Retrieving a translation whit multiple dots as key does not return a value #11

Open
debae opened this issue Apr 7, 2013 · 1 comment

Comments

@debae
Copy link

debae commented Apr 7, 2013

Whenever i use the following statement in a template - print("myfile.foo.bar") it doesn't print anything, even though the myfile does contain a value for it.
When changing it to print("myfile.foobar") the value does get printed (off course i also changed the key foo.bar to foobar in myfile.js).
Is this the expected behaviour ? Is there an escape character needed for dots after the filename ?
I cannot find anything about this in the documentation...

@jrburke
Copy link
Member

jrburke commented Apr 9, 2013

Do you have more information on the use case? Where does myfile come from? If you can show more of the module code and how the i18n plugin was used, that would be helpful.

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