X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fupdate.sh;h=8a276088c035ed7181cc972545708ea4137b5d68;hb=0c9668f77901e7540e2c7045eb0f2974a4842a69;hp=4d3e9af17d013c98f76cc3282c9b1e549344516a;hpb=5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index 4d3e9af17..8a276088c 100755 --- a/scripts/i18n/update.sh +++ b/scripts/i18n/update.sh @@ -8,7 +8,7 @@ cd client 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" "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" # Add our strings too cd ../