diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-13 10:17:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-13 10:22:51 +0100 |
commit | 166311358d82657a15520ef35cd99e4fb82ed56f (patch) | |
tree | 9c5c4638eed6d07e882b28c76e50d9840f5727f8 /scripts/i18n/update.sh | |
parent | 55c328820234eda167eb08e132e9a3f7d8fad83a (diff) | |
download | PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.tar.gz PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.tar.zst PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.zip |
Add is locale support
Diffstat (limited to 'scripts/i18n/update.sh')
-rwxr-xr-x | scripts/i18n/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index cc2205079..8a276088c 100755 --- a/scripts/i18n/update.sh +++ b/scripts/i18n/update.sh | |||
@@ -8,7 +8,7 @@ cd client | |||
8 | npm run ng -- extract-i18n --out-file src/locale/angular.xlf | 8 | npm run ng -- extract-i18n --out-file src/locale/angular.xlf |
9 | 9 | ||
10 | # Merge new translations in other language files | 10 | # Merge new translations in other language files |
11 | 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" | 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 | 12 | ||
13 | # Add our strings too | 13 | # Add our strings too |
14 | cd ../ | 14 | cd ../ |