DEV Community

Discussion on: Adding internationalization to your Nuxt.js applications in a few minutes

Collapse
 
haruanm profile image
Haruan Justino

Hi there, we started to used vue-i18n in production here some months ago, it worked pretty good, we just had 2 issues to deal with:

1 - If you use the directive (v-t) translation (still for the front), there is some config to keep the text appearing when using animations.

2 - We had problems with processing the translations in the front after having many lines in each language file, we fixed it bu putting the translation tag on each component and working with it like css and js.