Add translations

This commit is contained in:
Ian Wagner
2024-08-28 14:35:30 +09:00
parent 2661ac0b63
commit f95e814fe5
4 changed files with 14 additions and 1 deletions
+6
View File
@@ -70,6 +70,12 @@ npm run lint-css
npm run sort-styles
```
Update the translation files (run this whenever touching user-facing strings).
After running, check your working copy for files and add/correct as needed.
```
npm run i18n:refresh
```
## Tests
For E2E testing we use [Cypress](https://www.cypress.io/)