namlook / ember-eureka

Ember client for Eureka applications
MIT License
3 stars 0 forks source link

Access i18n issue via a special field #30

Closed namlook closed 10 years ago

namlook commented 10 years ago

for example, we can access title[currentLang] via currentLangTitle and title[defaultLang] via defaultLangTitle

or:

title[currentLang] -> localizedTitle

namlook commented 10 years ago

The current implementation is titleLocalized and titleLocalizedFr