The state of Ember i18n libraries
See original GitHub issueI’m currently investing which ember i18n library I will use for a new app. I’m trying to make sense of the key differences and advantages of ember-intl
, ember-i18n
and ember-i18next
. Here are couple ideas/questions:
1. What do you feel about the different libraries?
Any opinion about which one works better for what use case?
2. Storing locale files within the component folder directly
As a way to separate code, I use css-modules
which let me store the style for a component with the component. I find that it is where is belongs.
I would like to do the same for locales
files. It would require to generate the namespacing automatically as well as a way to resolve and concatenate all locale files.
3. Code parser
I wrote i18next-parser
a while back to parse code for translation strings. I’m wondering if there is something to extract translation strings automatically.
Thanks in advance for the clarifications.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
@karellm planning to start component scoped translations in Feb. I need to land some other parts first. https://github.com/ember-intl/ember-intl/projects/1
@karellm https://github.com/jamesarosen/ember-i18n/issues/481 is the latest discussion