]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/generate.sh
Translated using Weblate (French (France))
[github/Chocobozzz/PeerTube.git] / scripts / i18n / generate.sh
index 3f3e3d8e5dec4ade0529ebfd98e7d6da2cadf10b..f9c2f0613e21aaa99a10af3fc8c66a49bc766764 100755 (executable)
@@ -3,12 +3,11 @@
 set -eu
 
 cd client
-npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale/source --out-file angular_en_US.xml
-npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml
+npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale --out-file angular.xlf
+npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/angular.xlf
 
-# Zanata does not support inner elements in <source>, so we hack these special elements
-# This regex translate the Angular elements to special entities (that we will reconvert on pull)
-perl -pi -e 's|<x id=(.+?)/>|&lt;x id=\1/&gt;|g' src/locale/source/angular_en_US.xml
+# Merge new translations in other language files
+npm run ng run -- PeerTube:xliffmerge
 
 # Add our strings too
 cd ../