Multiple pull requests / potential co-maintainership #6
Description
Hi,
I worked on a couple changes to this fork of vue-i18next. I like the reduced approach you are taking with the library. However some features of the original vue-i18next version were quite helpful and I'd like to re-introduce them. That's mostly support for re-rendering when the translations/languages change and supporting some of the 'i18nOptions' options API the original vue-i18next had.
After some tinkering I ended up with a working fork of vue-i18next that has these features.
The code for the Vue 2 version of this lives at https://github.com/kkuegler/vue-i18next/tree/add-i18n-options-support.
I also made a Vue 3 version with the same feature set at https://github.com/kkuegler/vue-i18next/tree/vue-3.
I'd like to contribute the code to this repo instead of having yet another fork. I'm happy to polish the changes up and make them into smaller, more 'digestible'' PRs. Would you be interested in that?
While working on the changes I also thought, that having a couple people maintain this library would make each maintainer's job easier and keep this little i18next wrapper thriving. I use and like vue-i18n quite a bit and would be happy to join as a co-maintainer, if you like this idea. If not, that's also totally fine with me :)
Kind regards,
Konrad