X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdevelopment%2Flocalization.md;h=3021d36597ad5975c31761e497038e7b411106a5;hb=38b4e733d2a11bf0e9164bc178f01cb18b15f6bd;hp=db12608f7ed8d07db0f2742b6d1094cbbbde6478;hpb=5638df08955a22077edc49387d577dde7cef5b49;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md index db12608f7..3021d3659 100644 --- a/support/doc/development/localization.md +++ b/support/doc/development/localization.md @@ -29,5 +29,7 @@ Nothing to do here, Github will automatically send a webhook to Weblate that wil * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts) * Add it to [/scripts/build/client.sh](/scripts/build/client.sh) * Add it to [/client/angular.json](/client/angular.json) - * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh), then **pull** and **generate** + * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh) + * Lock [weblate project](https://weblate.framasoft.org/projects/peertube) + * Run `npm run i18n:update` * Build the application and check the new language correctly works