Questions tagged [vue-i18n]

Use when referencing the vue-i18n plugin for Vue.js

Internationalization plugin for Vue.js.

Github Documentation

567 questions
2
votes
2 answers

Problem in accessing i18n.locales in vue components and changing its value dynamically

I have a small vue app where I want to implement the vue-i18n plug to make my app multilingual. I have installed the vue-i18n plugin from the vue cli. I have two locales and everything works as expected - whenever I manually change the locale from…
Ibrahim
  • 131
  • 2
  • 12
2
votes
3 answers

Nuxt i18n - How can I get current locale when generating routes?

I am having some problems while generating dynamic routes for Nuxtjs. I have a list of products that I retrieve from the API and I am generating single pages for them. Everything works flawlessly for the default locale (I am using Nuxt i18n). The…
Zaay
  • 622
  • 2
  • 8
  • 23
2
votes
1 answer

vue-i18n-next: Variables not working when using the composition api in vue 3.2 setup script

In a vue 3.2 project I'm working with vue-i18n-next v9, the composition api and the