flaviait / ng2-jspm-template

A template for a quick development workflow with angular 2 and jspm
MIT License
14 stars 3 forks source link

Add translation processing and ng2-translate #12

Closed svi3c closed 8 years ago

svi3c commented 8 years ago

Resolves #3 @DorianGrey @zenhunt

DorianGrey commented 8 years ago

Translation itself works fine.

However... the latest selected language is not stored in any way and gets reset on reload. Is this behavior intended?

svi3c commented 8 years ago

Yes, it's just plain support of the translations, since this project is just a template to get started quickly. The storage strategy of the user's language is the application's concern and must be chosen individually.