Skip to content

Commit

Permalink
update i18n gen command
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jan 8, 2025
1 parent b536424 commit bfe1203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ If you edit the `conf/routes` file, you'll need to update the route cache.
docker compose exec lila ./lila.sh playRoutes
```
### To add translation keys:
### To update translation keys:
After modifying a `translation/source/*.xml` file, run:
```bash
docker compose run --rm -w /lila ui pnpm run trans-dump
docker compose run --rm -w /lila ui pnpm run i18n-file-gen
```
### Code formatting:
Expand Down

0 comments on commit bfe1203

Please sign in to comment.