vue-cli-plugin-i18n
vue-cli-plugin-i18n copied to clipboard
:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project
When I modified the project entry in vue.config.js with Vue-cli 3.0 like: ``` configureWebpack: { resolve: { alias:{'@' : resolve('examples')}, } }, chainWebpack: config => { const appsetting = config.entry('app');...
### vue-i18n, vue-cli-plugin-i18n version ex: 8.11.2, 0.6.0 ### Steps to reproduce Run `vue ui` go to Localizations tab create some item until to the end of the page you can...
I'm trying to use it with nativescript and it is using different folder: `app` instead of `src` It would be good to be able to specify source files folder, because...
This error occurs if tsconfig.json doesn't have types array. i18n plugin should check this and create array if necessary.
### Version 3.2.1 ### Steps to reproduce > Create a demo project > install i18n (https://kazupon.github.io/vue-i18n/) > go to http://localhost:8000/addon/org.kazupon.vue-i18n/ > create enough messages to fill your screen height >...
**Problem** The [@intlify/vue-i18n-loader ](https://www.npmjs.com/package/@intlify/vue-i18n-loader) package is deprecated and no longer maintained. **Solution** Replace the current package with [@intlify/unplugin-vue-i18n](https://www.npmjs.com/package/@intlify/unplugin-vue-i18n) as suggested [here](https://github.com/intlify/bundle-tools/blob/main/packages/vue-i18n-loader/README.md).
**Module versions (please complete the following information):** - Vue CLI: 5.0.8 - `vue-cli-plugin-i18n`: 2.3.1 #243 introduces a feature to include locales using the message compiler. But reading the code, it...