]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/development/localization.md
Fix postgresql version
[github/Chocobozzz/PeerTube.git] / support / doc / development / localization.md
index 626c0ff9f4616e7ebd0c0496ce1da6629242da47..3d09bbecbe018599ca1fe470015f34d57ff3c34f 100644 (file)
@@ -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
 ```