We were able to easily localize SC app with the strings table and sc-build did a good job of building out the different lang directories with the right localized files. Does Ember provide these?
thx
|
We were able to easily localize SC app with the strings table and sc-build did a good job of building out the different lang directories with the right localized files. Does Ember provide these? thx | |||
|
feedback
|
|
Not exactly the same as SC 1.x, but yes there is localization in Ember. You'll first need to define your localized strings to Ember.STRINGS:
Then you can localize any string by adding
You can read the source here in ember-runtime and the tests here. | |||||
feedback
|
|
ZenDesk has a nice internationalization library, currently named sproutcore-i18n that I'd recommend. I expect they'll be changing the name to ember-i18n in the near future. | |||||
feedback
|