]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/i18n/update.sh
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / scripts / i18n / update.sh
1 #!/bin/sh
2
3 set -eu
4
5 git fetch weblate && git merge weblate/develop
6
7 cd client
8 npm run ng -- extract-i18n --out-file src/locale/angular.xlf
9
10 # Merge new translations in other language files
11 node ./node_modules/.bin/xliffmerge -p ./.xliffmerge.json "ar" "is" "hr" "ca-ES" "gl-ES" "cs-CZ" "da-DK" "de-DE" "el-GR" "en-GB" "en-US" "eo" "es-ES" "eu-ES" "fa-IR" "fi-FI" "fr-FR" "gd" "gl-ES" "hu-HU" "it-IT" "ja-JP" "jbo" "kab" "ko-KR" "lt-LT" "nb-NO" "nl-NL" "oc" "pl-PL" "pt-BR" "pt-PT" "ru-RU" "sk-SK" "sl-SI" "sv-SE" "ta" "th-TH" "tr-TR" "uk-UA" "vi-VN" "zh-Hans-CN" "zh-Hant-TW" "nn" "nb-NO" "tok"
12
13 # Add our strings too
14 cd ../
15 npm run i18n:create-custom-files