amauryleclerc / banana

Easy tool to handle metrics of a scrum project : Velocity, Burndown, Burnup, Sprint backlog (not product backlog) and other usefull tools like team calendar
6 stars 3 forks source link

[Technical] l10n #8

Closed ptrouillard closed 7 years ago

ptrouillard commented 7 years ago

application should display text and numbers and dates according to locale set in browser

amauryleclerc commented 7 years ago

We can use i18n for the text. The doc here

amauryleclerc commented 7 years ago

I have found this Internationaliser-son-application-avec-AngularJS

amauryleclerc commented 7 years ago

we can use this https://angular-translate.github.io/docs/#/guide/12_asynchronous-loading

amauryleclerc commented 7 years ago

I have added two button in the settings view to choose the language

ptrouillard commented 7 years ago

OK