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 @@ -460,10 +460,10 @@ npmx.dev uses [@nuxtjs/i18n](https://i18n.nuxtjs.org/) for internationalization.
460460
461461The following scripts help manage translation files. ` en.json ` is the reference locale.
462462
463- | Command | Description |
464- | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
465- | ` pnpm i18n:check:fix [locale] ` | Adds missing keys to other locales with English placeholders. |
466- | ` pnpm i18n:report:fix ` | Removes unused keys from ` en.json ` and all other locale files. |
463+ | Command | Description |
464+ | ------------------------------ | -------------------------------------------------------------- |
465+ | ` pnpm i18n:check:fix [locale] ` | Adds missing keys to other locales with English placeholders. |
466+ | ` pnpm i18n:report:fix ` | Removes unused keys from ` en.json ` and all other locale files. |
467467
468468### Adding a new locale
469469
You can’t perform that action at this time.
0 commit comments