aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n/update.sh')
-rwxr-xr-xscripts/i18n/update.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh
index f42d8d38a..822344cdd 100755
--- a/scripts/i18n/update.sh
+++ b/scripts/i18n/update.sh
@@ -4,10 +4,8 @@ set -eu
4 4
5git fetch weblate && git merge weblate/develop 5git fetch weblate && git merge weblate/develop
6 6
7npm run build -- --i18n
8
9cd client 7cd client
10./node_modules/.bin/localize-extract -r . -f xliff --locale "en-US" -s 'dist/en-US/*.js' -o src/locale/angular.xlf 8npm run ng -- extract-i18n --i18n-locale "en-US" --out-file src/locale/angular.xlf src/locale/angular.xlf
11 9
12# Merge new translations in other language files 10# Merge new translations in other language files
13npm run ng run -- PeerTube:xliffmerge 11npm run ng run -- PeerTube:xliffmerge