]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/i18n/generate.sh
Import magnets with webtorrent
[github/Chocobozzz/PeerTube.git] / scripts / i18n / generate.sh
CommitLineData
989e526a
C
1#!/bin/sh
2
3set -eu
4
5cd client
f07d6385
C
6npm run ng -- xi18n --i18n-locale "en-US" --output-path locale/source --out-file angular_en_US.xml
7npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml
989e526a
C
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)
f07d6385 11perl -pi -e 's|<x id=(.+?)/>|&lt;x id=\1/&gt;|g' src/locale/source/angular_en_US.xml
e945b184
C
12
13# Add our strings too
14cd ../
15npm run i18n:create-custom-files