aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-25 16:52:02 +0100
committerChocobozzz <me@florianbigard.com>2020-11-25 16:52:02 +0100
commit2245e3df8c60ec1a416cef86b63998b404a1c4b5 (patch)
treeea72b36695879b0b95f88dec7e32d2b12bc3bda2 /scripts
parent832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65 (diff)
downloadPeerTube-2245e3df8c60ec1a416cef86b63998b404a1c4b5.tar.gz
PeerTube-2245e3df8c60ec1a416cef86b63998b404a1c4b5.tar.zst
PeerTube-2245e3df8c60ec1a416cef86b63998b404a1c4b5.zip
Update scripts to update translations
Diffstat (limited to 'scripts')
-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