aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/generate.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-07 09:45:14 +0100
committerChocobozzz <me@florianbigard.com>2019-11-07 09:45:14 +0100
commit3aea8eb2e7ee8fa53e05298030eaeef98d234797 (patch)
tree9dfb03803b8a2b7d7eedad33eb2a0c6925469167 /scripts/i18n/generate.sh
parentc2368b72411253d825a3a4169a85ec4570ba5854 (diff)
downloadPeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.tar.gz
PeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.tar.zst
PeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.zip
Try new worflow with french
Diffstat (limited to 'scripts/i18n/generate.sh')
-rwxr-xr-xscripts/i18n/generate.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/i18n/generate.sh b/scripts/i18n/generate.sh
index 3f3e3d8e5..f9c2f0613 100755
--- a/scripts/i18n/generate.sh
+++ b/scripts/i18n/generate.sh
@@ -3,12 +3,11 @@
3set -eu 3set -eu
4 4
5cd client 5cd client
6npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale/source --out-file angular_en_US.xml 6npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale --out-file angular.xlf
7npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml 7npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/angular.xlf
8 8
9# Zanata does not support inner elements in <source>, so we hack these special elements 9# Merge new translations in other language files
10# This regex translate the Angular elements to special entities (that we will reconvert on pull) 10npm run ng run -- PeerTube:xliffmerge
11perl -pi -e 's|<x id=(.+?)/>|&lt;x id=\1/&gt;|g' src/locale/source/angular_en_US.xml
12 11
13# Add our strings too 12# Add our strings too
14cd ../ 13cd ../