panter / vue-i18next

Internationalization for vue using the i18next i18n ecosystem.
https://panter.github.io/vue-i18next/
176 stars 47 forks source link

fix(typings): update the typings to the post i18next v14 bindings #89

Closed mrsimonemms closed 2 years ago

mrsimonemms commented 4 years ago

I've created a fix for the issue with the typings as discussed in #62

This updates the devDependency of i18next to latest (v19.0.2) and removes @types/i18next as the main package has it already.

Technically, we should bump the min version of i18next to v14. If everyone's happy with this change in principal, I'll update the docs as part of this PR too

fransstudio2 commented 4 years ago

I need this as well, since i am using the latest i18next, would love to see this merged.

mrsimonemms commented 4 years ago

@fransstudio2 if you need it today, may I suggest using Patch-Package - this is how I've addressed it in the project I'm working on.

If I get any support from the maintainers, I'll continue the PR but I'm happy with this solution for the moment

sneko commented 3 years ago

@claudiocro I would have saved some time figuring out this issue if the PR was merged (find threads, learn about patch-package...).

This tiny PR would help people.

Thank you @MrSimonEmms 😄