-
Firstly, thanks for the slider, it is very good.
**Describe the bug**
Recently I use the hooper width the [vue-i18n](https://kazupon.github.io/vue-i18n/guide/locale.html) plugin, and I make the …
-
**Versions**
- vee-validate: 2.1.7
- vue: 2.6.7
- vue-i18n: 8.8.2
**Describe the bug**
If I trigger `this.$i18n.locale = 'newLocale'` it changes successfully locales from Vue-i18n all over th…
-
Got a question?
===============
What's format of `en.js` or `ja.js` in lazy load? below code doesn't work:
```
// en.js
export default
{
title: 'Title',
greeting: 'How are…
-
#### Versions:
- VueJs: 2.5.17
- Vee-Validate: 2.1.0-beta.9
### Description:
Hey there, it's a question.
I want to know how to pass args to the i18n messages, I don't found any example.
f…
-
### What problem does this feature solve?
产品多语言切换
### What does the proposed API look like?
提供语言包和用户自定义语言包方法
-
### Reproduction link
[https://github.com/nuxt-community/nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n)
### Steps to reproduce
1. Install nuxt
2. Install and configure nuxt-i18n
3. Place n…
-
i make en-Us.js file in lang folder and put this code
`export default {
"welcome" : "sdfs",
account_description: 'Account description',
}
`
but not loaded.
i found problem there
`/**
* …
-
文档上面说的
移除国际化
在 src/main.js 中移除 import i18n from './lang' 并且删除 src/lang 文件夹。
并在 src/layout/components/Levelbar、src/layout/components/SidebarItem、src/layout/components/TabsView 等文件夹中 移除 this.$t('…
-
**Describe the bug**
Notes are displaying from center of box.
**To Reproduce**
Steps to reproduce the behavior:
1. Create note
**Expected behavior**
Aligned to left.
**Screenshots**
![im…
-
Hello *,
I am currently using vue-i18n and load the messages with a Tag and vue-i18n-loader / yaml-loader
```
module.exports = {
chainWebpack: config => {
config.module
.rule("i…