Top "Vue-i18n" questions

Use when referencing the vue-i18n plugin for Vue.

Push a route (Moving from vueJS to nuxtJS)

I am converting a VueJS project to Nuxt.js and I have a problem understanding how nuxt handles routing. Its …

vue.js nuxt.js vue-i18n nuxt-i18n
Vue-i18n 'Cannot read property '_t' of undefined at Proxy.Vue.$t'

Having issues incorporating vue-i18n into my app. Used this page as inspiration. <b-navbar-nav class="ml-auto" > <b-nav-item-dropdown :…

vue.js vuejs2 vue-i18n
Vue-i18n - Cannot read property 'config' of undefined

First of all I show you what works (in App.js) import router from './routes.js'; import VueI18n …

vue.js vue-i18n
Prefix routes with locale in vue.js (using vue-i18n)

I have a locale.js file which is responsible for defining user locale. Here it is: import store from '@/…

javascript vue.js internationalization vue-i18n
Vue-i18n change locale not updating everything

i'm new to vue-i18n, seams great, but have some challenge getting it to work probably. All template translations are …

vue.js vue-i18n
Internationalization of Vuetify data table header

I'm trying to internationalize my data table header using Vuetify + I18n. When I translate my normal code, it works …

vue.js vuetify.js vue-cli vue-cli-3 vue-i18n
Access vue-i18n messages as object

I want to create a dynamical slider which depends on the page. security_signin: { slide1: 'Kitten1', slide2: 'Kitten2', }, …

javascript vue.js vue-i18n