From 5638df08955a22077edc49387d577dde7cef5b49 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Nov 2021 15:54:23 +0100 Subject: Update xliffmerge --- scripts/i18n/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index 4d3e9af17..0524c9e5d 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" "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" # Add our strings too cd ../ -- cgit v1.2.3