diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-15 15:57:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-15 15:57:46 +0100 |
commit | 61a4bad51ed79f93050e6c13cc1af7bd245c9e12 (patch) | |
tree | 15db24760aeba9f5fbe560f1add8e87de0302a90 /support/doc | |
parent | 5638df08955a22077edc49387d577dde7cef5b49 (diff) | |
download | PeerTube-61a4bad51ed79f93050e6c13cc1af7bd245c9e12.tar.gz PeerTube-61a4bad51ed79f93050e6c13cc1af7bd245c9e12.tar.zst PeerTube-61a4bad51ed79f93050e6c13cc1af7bd245c9e12.zip |
Update localization doc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/development/localization.md | 4 |
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 |