X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdevelopment%2Flocalization.md;h=3d09bbecbe018599ca1fe470015f34d57ff3c34f;hb=f6160062f8841c6957a643429fb6926a06e508ee;hp=626c0ff9f4616e7ebd0c0496ce1da6629242da47;hpb=0bd558a0f9c7c6f1d5460e3792eaae663bf4f5e5;p=github%2FChocobozzz%2FPeerTube.git 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 ```