From 49a56c72031802addffcaa8d6c374720d17e4d14 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 24 Aug 2020 09:35:27 +0200 Subject: Use update i18n command instead of generate --- support/doc/development/localization.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'support/doc/development/localization.md') 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 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`). Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). -**Only generate new translations after a Weblate pull to avoid conflicts** - ``` -$ npm run i18n:generate +$ npm run i18n:update ``` -- cgit v1.2.3