]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/update.sh
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / scripts / i18n / update.sh
index dd08c7bd4482c3f0b9d9360070254a3130c5ebac..cc22050793a1756c6d4cc411755cee79b1b0a087 100755 (executable)
@@ -5,10 +5,10 @@ set -eu
 git fetch weblate && git merge weblate/develop
 
 cd client
-npm run ng -- extract-i18n --i18n-locale "en-US" --out-file src/locale/angular.xlf
+npm run ng -- extract-i18n --out-file src/locale/angular.xlf
 
 # Merge new translations in other language files
-npm run ng run -- PeerTube:xliffmerge
+node ./node_modules/.bin/xliffmerge -p ./.xliffmerge.json "ar" "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"
 
 # Add our strings too
 cd ../