aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-25 16:54:59 +0100
committerChocobozzz <me@florianbigard.com>2020-11-25 16:54:59 +0100
commitc5ce27f8648791840bf28d3cbd0331c6664fad2e (patch)
tree19c7727eaba0d85f744cf22a722188e89dfa522c /scripts
parent2b199db4fc84bbd890c181e9b70e75e35e526a47 (diff)
downloadPeerTube-c5ce27f8648791840bf28d3cbd0331c6664fad2e.tar.gz
PeerTube-c5ce27f8648791840bf28d3cbd0331c6664fad2e.tar.zst
PeerTube-c5ce27f8648791840bf28d3cbd0331c6664fad2e.zip
Regen translations
Diffstat (limited to 'scripts')
-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 822344cdd..dd08c7bd4 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 src/locale/angular.xlf 8npm run ng -- extract-i18n --i18n-locale "en-US" --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