-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
Cannot access the nested JSON Object #15
Comments
Not yet, but it's just a matter of improving the parser, I'll put it on my todo list :) |
👍 I'm currently looking to rebuild an existing app in Ionic2/Angular2 - our translations are created using https://webtranslateit.com/en and the resulting json looks like this: https://github.com/openchargemap/ocm-system/blob/master/Localisation/src/OCM_UI_LocalisationResources.it.json When the translation for the selected language is null, we fallback (currently to the default text in the app). It would also be great to specify a fallback language in config. So if your app is in English but is mostly translated to Japanese then you could fallback to English. |
Thank you @ocombe ! you are doing a great job 👍 |
Both features are available in 1.4.0 ! |
Still having issues with attempting to use a nested json source for translations. |
I am facing an issue, when i am using single string value in JSON it works, but when using object instead it doesn't works, below is the code explained.
Is their any other way to make it work?
The text was updated successfully, but these errors were encountered: