1
0
Fork 0
peertube/scripts/i18n/update.sh

16 lines
658 B
Bash
Raw Permalink Normal View History

2018-05-31 16:12:15 +00:00
#!/bin/sh
set -eu
git fetch weblate && git merge weblate/develop
2018-05-31 16:12:15 +00:00
cd client
2020-12-14 08:26:21 +00:00
npm run ng -- extract-i18n --out-file src/locale/angular.xlf
2019-11-07 08:45:14 +00:00
# Merge new translations in other language files
2023-02-13 09:17:53 +00:00
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"
2018-06-06 12:23:40 +00:00
# Add our strings too
cd ../
2019-10-22 08:30:09 +00:00
npm run i18n:create-custom-files