aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/i18n/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh
index dd08c7bd4..4d3e9af17 100755
--- a/scripts/i18n/update.sh
+++ b/scripts/i18n/update.sh
@@ -5,7 +5,7 @@ set -eu
5git fetch weblate && git merge weblate/develop 5git fetch weblate && git merge weblate/develop
6 6
7cd client 7cd client
8npm run ng -- extract-i18n --i18n-locale "en-US" --out-file src/locale/angular.xlf 8npm 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
11npm run ng run -- PeerTube:xliffmerge 11npm run ng run -- PeerTube:xliffmerge