aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/generate.sh
blob: f9c2f0613e21aaa99a10af3fc8c66a49bc766764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -eu

cd client
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

# Merge new translations in other language files
npm run ng run -- PeerTube:xliffmerge

# Add our strings too
cd ../
npm run i18n:create-custom-files