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
latest dependency vue-i18n-extract doesn't have logI18NReport . Running i18n:report will cause error: `ERROR TypeError: i18nExtract.logI18NReport is not a function` this can be fixed using `npm install [email protected]` specific 1.0.2 version...
When I develop a vue component, when using vue-cli to package as a library, i18n does not work. I must use the tag to configure it in a single component....
Hi there, I'm hoping you can help me with something. I need to pass the keys `silentTranslationWarn` and `silentFallbackWarn` (as regex) to the vue-i18n plugin. I assumed that adding the...
We have hundreds of language keys and some of them are relatively long This leads to a report like this: ``` ... │ 1… │ en │ /src/views/**************/Overview/Ov… │ 9...
file: ``report.js`` line: ``47`` ``i18nExtract.logI18NReport(i18nReport)`` throws exception cause ``::logI18NReport`` do not exist
### Description of Problem If `vue-clie-plugin-i18n` is installed and you move all of your configuration to package.json, the following error is thrown when you run `vue ui`. ``` (node:10494) UnhandledPromiseRejectionWarning:...
Since [tsconfig.json allows comments (and trailing commas)](https://github.com/microsoft/TypeScript/issues/4987), some tsconfig.json cannot be parsed by `JSON.parse()`. https://github.com/kazupon/vue-cli-plugin-i18n/blob/master/generator/index.js#L136-L141 I found some libraries which can parse JSON with comments, but I'm not sure which...
https://kazupon.github.io/vue-i18n/guide/sfc.html#yaml-loading describes how to use YAML files with vue-cli, but I don't really understand where to write that vue-cli specific config when using vue-cli-plugin-i18n. Had it in `vue.config.js` and also...
In my webpack, vue loader is already configured as follows: //In webpack.base.conf.js const vueLoaderConfig = require('./vue-loader.conf') module.exports = { module: { rules: [ ...(config.dev.useEslint ? [createLintingRule()] : []), { test:...
Hello! Thanks for awesome library. Unfortunately, I can't use it with vue-cli, because of the following error. I'm getting this when running: `vue add i18n`: ```🚀 Invoking generator for vue-cli-plugin-i18n......