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

Manage vue-i18n localization with static analysis

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

I'm trying to use vue-i18n-extract and [vue-i18n v9](https://github.com/intlify/vue-i18n-next) for Vue 3, but get the following error when trying to run it: ``` npm run vue-i18n-extract > [email protected] vue-i18n-extract > vue-i18n-extract...

When i run `npx vue-i18n-extract report --remove --vueFiles './src/components/**/*.?(js|vue)' --languageFiles './i18n/*.json'` on my [codebase](https://github.com/WeakAuras/WeakAuras-Companion/tree/v5) the report correctly identifies the unused keys and says it would delete them but doesn't actually...

**Where I used** ![Screenshot from 2023-10-23 16-11-08](https://github.com/Spittal/vue-i18n-extract/assets/59861215/0b7b7e01-df8f-4167-ab1c-9f711aa5c026) **What it created** ![image](https://github.com/Spittal/vue-i18n-extract/assets/59861215/ffab6bb0-dd57-43e1-bf22-1af0e8114b1c)

I want to use the detect option of the library, but the cli option cannot be used in the latest version (v.2.0.7) currently distributed. When I checked the code, it...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

#206 fix: correct the incorrect 'module' field in package.json

https://github.com/Spittal/vue-i18n-extract/blob/f856484d2f62abbd931d84676519f529062d94da/package.json#L19 This line is incorrect, in `dist` I found `vue-i18n-extract.modern.mjs` but now `module` is `vue-i18n-extract.modern.js`. It will get some questions when bundling it with `rollup` or `vite`. when using `rollup`:...

In our codebase, we often define the keys in computed properties and then translating them in the template with variables. Is there a way to only scan for the keys?