You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pnpm i18n:check:fix [locale]`| Compares `en.json` with other locale files and adds missing keys with English placeholders. Optionally filter output by locale (e.g. `pnpm i18n:check:fix ja-JP`). |
466
+
|`pnpm i18n:report:fix`| Removes unused keys from `en.json` and all other locale files. |
467
+
|`pnpm vp i18n:check [locale]`| Same as check:fix, but only show missing and extra keys. |
468
+
|`pnpm vp i18n:report`| Audits translation keys against code usage in `.vue` and `.ts` files. Reports missing keys (used in code but not in locale), unused keys (in locale but not in code), and dynamic keys. |
469
+
|`pnpm vp i18n:schema`| Generates a JSON Schema from `en.json` at `i18n/schema.json`. Locale files reference this schema for IDE validation and autocompletion. |
0 commit comments