intellij-emberjs
intellij-emberjs copied to clipboard
Disable i18n support in templates when `defaultLocale` can not be read
defaultLocale is not always a constant in project. If it is a variable, intellij-emberjs would fail to read translation and result into the screenshot below.

So I think we should have an option to disable i18n support.
indeed, we should probably just disable support for this feature if the locale can't be read