vue-cli-plugin-i18n icon indicating copy to clipboard operation
vue-cli-plugin-i18n copied to clipboard

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Results 59 vue-cli-plugin-i18n issues
Sort by recently updated
recently updated
newest added

https://github.com/kazupon/vue-i18n-locale-message

integrate [eslint-plugin-vue-i18n](https://github.com/kazupon/eslint-plugin-vue-i18n)

What about a translation generator command? The goal is to permit the user to write translation keys or raw language text directly on the template like `$t('hello !')` and then...

The library is already warning on the console about missing translations. This is great, but I would like to setup a check on GitLab CI. Is it planned to have...

When you add a new key It will add on the others locales with the same key and an empty string value, this behavior is good for development, but production...

I try use localizations tab in new vue cli UI (/addon/org.kazupon.vue-i18n/) After putting my project lang file in locales dir, i click localizations tab , my browser freeze for 20...

I use the yml format instead of the json format in the locale file because it is very simple to write. ``` js // i18n.js function loadLocaleMessages () { const...

## Spec to support continuous translation in translation service, vue-cli-plugin-i18n provides the following commands: ### Commands: #### `vue-cli-service i18n:set` set the main locale message to localization service #### `vue-cli-service i18n:update`...

Type: Feature