]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/i18n/generate.sh
Fix french translations in signup page
[github/Chocobozzz/PeerTube.git] / scripts / i18n / generate.sh
1 #!/bin/sh
2
3 set -eu
4
5 cd client
6 npm run ng -- xi18n --i18n-locale "en-US" --output-path 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
8
9 # Zanata does not support inner elements in <source>, so we hack these special elements
10 # This regex translate the Angular elements to special entities (that we will reconvert on pull)
11 perl -pi -e 's|<x id=(.+?)/>|&lt;x id=\1/&gt;|g' src/locale/source/angular_en_US.xml
12
13 # Add our strings too
14 cd ../
15 npm run i18n:create-custom-files