-
Hi guys,
I am trying to upgrade to vuetify 2 but I keep running into some problems. It is that of the switch to dart-sass. I am was node-sass before but as shown in the vuetify upgrade guide they u…
-
### Motivation
Sometimes we want to import shared locale messages for components, not from global locale messages (`new Vue({ i18n: new VueI18n({ messages })`).
### Solution
The `sharedMessages…
-
I never had this problem before, and I can't understand where it comes from, can you help me?
I just took starter https://github.com/davidroyer/nuxt-ssr-firebase and nuxt i18n example, both work fine…
-
Hi,
I hope it is ok for you when I post my forum post from the vue forum.
https://forum.vuejs.org/t/is-the-import-from-global/67367
It looks that our app related localization files in the local…
-
i18n is our main text driver and a great tool. Breaking our heads over how to implement a good, multi-language site search, it occurred to us that i18n already holds all our text and so in theory, thi…
-
### vue & vue-i18n version
vue 2.0.0.rc3
vue-i18n 4.3.1
vue-loader 9.4.0
vue-router 2.0.0-rc.3
I updated a project to vue 2, and now most of the translated strings don't display when the componen…
-
Hello,
Personally, I'm not a big fan of declaring my translation strings via keywords (`privacyPolicy` in the following example), like so:
```js
const messages = {
en: {
privacyPolicy: …
-
### 坑、巨坑、天坑
> 刚开始的时候支持5种语言,后期公司决定不需要辣么多语言,于是兼容其他app版,将不需要的语言进行弄成英文,无奈是TM的恶心死了,死都不给你弄上,还警告报错,我血一吐,天了,加班吧。
```js
new VueI18n({
locale: 'english', // 2、语言标识
messages: {
'chine…
-
**Is your feature request related to a problem? Please describe.**
With a large app, it's often necessary to create custom error messages for specific fields. My understanding is that when I update…
-
### Version
[v6.1.1](https://github.com/nuxt-i18n/releases/tag/v6.1.1)
### Reproduction link
[https://codesandbox.io/embed/codesandbox-nuxt-9x6hs](https://codesandbox.io/embed/codesandbox-nuxt-9x6h…