You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure whether I'm missing something, but it looks like references to 'dojo/i18n!some_module' always return the root values for some_module rather than something related to the current locale.
I can see in the generated file for a root NLS file that it injects all of the specified languages (as, say, lang_fr, lang_en, variables etc.) but they don't appear to be used anywhere in the generated module.
(For more context, this is the code that generates those variables:
Not sure whether I'm missing something, but it looks like references to
'dojo/i18n!some_module'
always return the root values for some_module rather than something related to the current locale.I can see in the generated file for a root NLS file that it injects all of the specified languages (as, say,
lang_fr
,lang_en
, variables etc.) but they don't appear to be used anywhere in the generated module.(For more context, this is the code that generates those variables:
Is this something that's meant to work at the moment, or is it still in progress?
Thanks!
The text was updated successfully, but these errors were encountered: