developer-pta

Results 5 comments of developer-pta

Ok, this errors are in module /node_modules/aurelia-i18n/dist/aurelia-i18n.d.ts and it seems to be related to: https://github.com/i18next/i18next/pull/1180 where they introduced a BREAKING CHANGE i v.14 of i18next. the breaking change is: >...

> @ProtechAutomation Cool, thanks for the finding. The definition was built with v11 or 12 I think, and newer version of i18next will probably requires some updates from i18next plugin....

Hmm... It seem that those were not the only changes they made. This was also changed: > functions used to return a callback (eg. init, changeLanguage, loadNamespaces) now also return...

Ok, I think I found some way to fix this. Because the 'Init' function no longer return the expected i18Next.i18n type, it can't be use to create new instances. so...

Ok, > npm run build ...ok > npm run test ...ok I created a pull request for it: fix-for-295