Add yarn i18n command to fix translation files

This commit is contained in:
Alex Gleason
2023-02-28 10:13:53 -06:00
parent b7c1d7d44a
commit 18bcd1c084
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,9 @@ NODE_ENV=development
- `yarn build` - Compile without a dev server, into `/static` directory.
## Translations
- `yarn manage:translations` - Normalizes translation files. Should always be run after editing i18n strings.
- `yarn i18n` - Rebuilds app and updates English locale to prepare for translations in other languages. Should always be run after editing i18n strings.
- `yarn manage:translations` - A low-level translations manager utility.
## Tests
- `yarn test:all` - Runs all tests and linters.