-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Missing Translation #234
Comments
can you reproduce this in a fresh new ember app? |
@Turbo87 , I’ll do it next week when I’m back at office |
Before I forget I use ember-intl |
It could be caused by new ember-intl configs not using With falling back through baseLocale, @onceatime can you provide us with more information, i.e. ember-intl version and your ember-intl configuration? If this is really the cause, I could open a PR to fallback through all configured intl |
Im knocked out this week. I’ll try to test it ASAP.ä when I’m back on track. But the configuration fallback sounds cool. The best solution or maybe as a separate module or feature could be a dialogue where the user can choose what translations should be used. |
@makepanic my configuration is the default which comes with ember-intl (no changes). emmber-intl version: 3.2.5 |
@makepanic Hello 🙂 I stumbled over this issue. Wouldn't it a solution to read the default or fallback language if ember-intl? Or alternatively allow to set the key within the IDE plugin settings? In my case the default language is 'de-de' and there is no translation to English. |
I get a missing translation in all my templates. Completion works but the preview of translated string not.
The text was updated successfully, but these errors were encountered: