diff options
Diffstat (limited to 'support/doc/development/localization.md')
-rw-r--r-- | support/doc/development/localization.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md index 626c0ff9f..3d09bbecb 100644 --- a/support/doc/development/localization.md +++ b/support/doc/development/localization.md | |||
@@ -8,10 +8,8 @@ Source files are in `client/src/locale` and translated files merged from [Weblat | |||
8 | Will generate XLIFF base files for Angular (`angular.xlf`) and JSON files for the player (`player.en-US.json`) and the server (`server.en-US.json`). | 8 | Will generate XLIFF base files for Angular (`angular.xlf`) and JSON files for the player (`player.en-US.json`) and the server (`server.en-US.json`). |
9 | Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). | 9 | Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). |
10 | 10 | ||
11 | **Only generate new translations after a Weblate pull to avoid conflicts** | ||
12 | |||
13 | ``` | 11 | ``` |
14 | $ npm run i18n:generate | 12 | $ npm run i18n:update |
15 | ``` | 13 | ``` |
16 | 14 | ||
17 | 15 | ||