vue-i18n-extract icon indicating copy to clipboard operation
vue-i18n-extract copied to clipboard

Manage vue-i18n localization with static analysis

Results 50 vue-i18n-extract issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.13.0 to 5.17.1. Changelog Sourced from terser's changelog. v5.17.1 Fix evaluating .length when the source array might've been mutated v5.17.0 Drop vestigial = undefined default argument in...

dependencies

I'm trying to use this with nuxt since `vueFiles` option does not support an array, I have to use `'./**/*.?(js|vue)'`, which ends up searching `node_modules`, and other ignored folders as...

There have been changes pushed but not released post the latest version `v2.0.7`. Is there any plan to release them some time in the near future? The current version exits...

The report returns false positives in cases the translations are using dot notation like `t('keys.list.0.description')` when `t('keys.list[0].description')` works correctly. The translations file looks like: ```json { "keys": { "list": [{...

Hey all, Any change this plugin will get support for Single File Components? https://kazupon.github.io/vue-i18n/guide/sfc.html

I've faced with the following error: ```sh [vue-i18n-extract] CACError: Unknown option `--emptyTranslation=en` ``` Command: ```sh vue-i18n-extract report --add=true --no-empty-translation="en" --vueFiles './src/**/*.?(js|vue)' --languageFiles './locales/*.json' ``` Camel cased option works as expected:...

`[email protected]`: https://github.com/advisories/GHSA-j9cf-pr2x-5273 Marked as closed in https://github.com/Spittal/vue-i18n-extract/pull/64 Yet, currently at 2.1.2 in master.

If you use nuxt, you can translate with a server context through the help of `app.i18n` wich has a `t` method. Is it possible to add the `app.i18n.t` and `app.i18n.tc`...

It's not a top priority issue. My files are organized following this pattern: `i18n/locale/{localeCode}/main.json` If I run an analyse, the value of `language` is `main` as I assume you're showing...

Hello, I'm a bit of a newbie to the JS ecosystem and understand there are 2 module loading schemes (commonJS and ES6) It would be nice to have a bit...