diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-22 10:30:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-22 10:30:09 +0200 |
commit | 1cd4fe501de78e67cfdd19ea44989393a29ec2e6 (patch) | |
tree | 1f584a05f5f2cac60e0e62d703647b3d1030836d /scripts/i18n/generate.sh | |
parent | 009d581e2df3ea865c052f69001a33876c3fd945 (diff) | |
download | PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.tar.gz PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.tar.zst PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.zip |
Fix i18n generation script
Diffstat (limited to 'scripts/i18n/generate.sh')
-rwxr-xr-x | scripts/i18n/generate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/i18n/generate.sh b/scripts/i18n/generate.sh index f93d6cc03..3f3e3d8e5 100755 --- a/scripts/i18n/generate.sh +++ b/scripts/i18n/generate.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | cd client | 5 | cd client |
6 | npm run ng -- xi18n --i18n-locale "en-US" --output-path locale/source --out-file angular_en_US.xml | 6 | npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale/source --out-file angular_en_US.xml |
7 | npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml | 7 | npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml |
8 | 8 | ||
9 | # Zanata does not support inner elements in <source>, so we hack these special elements | 9 | # Zanata does not support inner elements in <source>, so we hack these special elements |
@@ -12,4 +12,4 @@ perl -pi -e 's|<x id=(.+?)/>|<x id=\1/>|g' src/locale/source/angular_en_US | |||
12 | 12 | ||
13 | # Add our strings too | 13 | # Add our strings too |
14 | cd ../ | 14 | cd ../ |
15 | npm run i18n:create-custom-files \ No newline at end of file | 15 | npm run i18n:create-custom-files |