File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,10 +459,10 @@ npmx.dev uses [@nuxtjs/i18n](https://i18n.nuxtjs.org/) for internationalization.
459459
460460The following scripts help manage translation files. ` en.json ` is the reference locale.
461461
462- | Command | Description |
463- | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
464- | ` pnpm i18n:check:fix [locale] ` | Same as check, but adds missing keys to other locales with English placeholders. |
465- | ` pnpm i18n:report:fix ` | Removes unused keys from ` en.json ` and all other locale files. |
462+ | Command | Description |
463+ | ------------------------------ | -------------------------------------------------------------------------------- |
464+ | ` pnpm i18n:check:fix [locale] ` | Same as check, but adds missing keys to other locales with English placeholders. |
465+ | ` pnpm i18n:report:fix ` | Removes unused keys from ` en.json ` and all other locale files. |
466466
467467### Adding a new locale
468468
You can’t perform that action at this time.
0 commit comments