-
**Versions**
- vee-validate: 2.2.15
- vue: 2.6.10
I am trying to show extensions with the error message for `input[type="file"]` but it's only showing just first three extensions and if only on…
-
Hello,
I have gone through the documentation and found "**fallbackLocale**" property which will be used if the key doesn't exist in desired locale during trnsalation. But It would be awesome when t…
-
I have the following config for currency:
```js
new VueI18n({
locale: 'en-GB',
numberFormats: {
'en-GB': {
currency: {
style: 'currency',
currency: 'gbp'
}…
-
First I use Vue-i18n 8.8.0 version.
It's not a bug. But I can't understand how It works.
I set font-family on css page like below.
```
/* Korean */
html:lang(ko) body {
font-family: 'Noto …
-
### Description
When loading production branch of vue-i18n
```
https://cdn.jsdelivr.net/npm/vue-i18n
```
the following error occurs
```
ReferenceError: module is not defined[Learn More] vue-i18…
-
Hello,
I am playing with the i18n plugin and I think it would be useful to have a way to switch language programmatically, the only way I found is the next one:
**plugins/i18n.js**
```
import Vu…
-
作っておきます。
halsk updated
4 years ago
-
I have created [an example project](https://github.com/Infeligo/vsg-problem) (based on the Basic example), which is unable to render an example for Button component, displaying `Error: Line 1: Unexpec…
-
## The goal
I want to get i18n capabilities in my test using this library, with the popular community vue solution for i18n: `vue-i18n`.
## The issue
In order to make i18n possible using that pac…
-
I'm working on a multilingual website project for a real estate agency, I used the project below to make the translations everything works well, the last step is to translate the parameters of the dyn…