X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fgenerate.sh;h=f9c2f0613e21aaa99a10af3fc8c66a49bc766764;hb=cf8ecab5cedc5d09b570e93c35bc3f40fd6d998c;hp=f8ad8a3c15a5419be7c23d9e6c2ef8bc5ad55609;hpb=510fefb194aba4b365b96b150f89a9f36306560c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/generate.sh b/scripts/i18n/generate.sh index f8ad8a3c1..f9c2f0613 100755 --- a/scripts/i18n/generate.sh +++ b/scripts/i18n/generate.sh @@ -3,10 +3,12 @@ set -eu cd client -npm run ng -- xi18n --i18n-locale "en-US" --output-path locale/source --out-file messages_en_US.xml -npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/messages_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 , so we hack these special elements -# This regex translate the Angular elements to special entities (that we will reconvert on pull) -#sed -i 's//\<x id=\1\/\>/g' src/locale/source/messages_en_US.xml -perl -pi -e 's||<x id=\1/>|g' src/locale/source/messages_en_US.xml \ No newline at end of file +# Merge new translations in other language files +npm run ng run -- PeerTube:xliffmerge + +# Add our strings too +cd ../ +npm run i18n:create-custom-files