i18next / ng-i18next

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

ng-i18next is not working under 1.10.1 i18next #91

Closed calamarico closed 9 years ago

calamarico commented 9 years ago

Since I did bower update and i18next reference changes to new version 1.10.1, ng-i18next stop working

bugwelle commented 9 years ago

Oh :/

There is a breaking change in i18next since version 1.10.0. See: https://github.com/i18next/i18next/blob/master/CHANGELOG.md#1100

Change line 45 of ng-i18next.js to:

i18n.init(options, function (err, localize) {

I'll fix this immediately.

Regards, Andre

calamarico commented 9 years ago

Ok! thanks @archer96, no problem i can wait for the fix, meanwhile i have changes the dependencies to 1.9.0 i18next. Thanks for being so fast

bugwelle commented 9 years ago

Done. Version 0.5.0 of ng-i18next is now online and should work ;) Thanks for reporting this issue. :)

Regards, Andre