aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/localization.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/development/localization.md')
-rw-r--r--support/doc/development/localization.md4
1 files changed, 3 insertions, 1 deletions
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
29 * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts) 29 * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts)
30 * Add it to [/scripts/build/client.sh](/scripts/build/client.sh) 30 * Add it to [/scripts/build/client.sh](/scripts/build/client.sh)
31 * Add it to [/client/angular.json](/client/angular.json) 31 * Add it to [/client/angular.json](/client/angular.json)
32 * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh), then **pull** and **generate** 32 * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh)
33 * Lock [weblate project](https://weblate.framasoft.org/projects/peertube)
34 * Run `npm run i18n:update`
33 * Build the application and check the new language correctly works 35 * Build the application and check the new language correctly works