python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Vue I18n multi language
I'm doing multi-language support with vue js, everything works fine, but when I change the language, the data in the data
menuItem name does not change.
Vuei18n
<template v-slot:MenuItem>
&l...
Liza
Votes: 0
Answers: 1
How can I change the locale of a VueI18n instance in a Vue file, and have it apply to all other Vue files in the application?
I am currently trying to implement a feature where a user can select a language from a dropdown menu in a Settings page (SettingsDialog.vue), updating all of the text to match the new language. This a...
coolkiwiii
Votes: 0
Answers: 1
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 ...
Zaay
Votes: 0
Answers: 3
How can I make vue-i18n / vue2 work with Storybook mdx type story?
I couldn't make it work for a long time so I thought to put here for others fighting with the same issue.
The setup is:
- "vue": "^2.6.12",
- @storybook/vue": "^6.4.19&qu...

Picard
Votes: 0
Answers: 1