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…
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…