i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

Reinit #46

Closed efolio closed 10 years ago

efolio commented 10 years ago

Add a reInit() method that re-initializes i18next. The benefit to call it in the program is that re-initializing i18next re-fetches translations from the server, and thus grab new updates. I needed that while developing a user interface that edits the translations: on save, I want to force fetching the new values in sync.

Above pull request #44.