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

set -eu

git fetch weblate && git merge weblate/develop

cd client
npm run ng -- extract-i18n --i18n-locale "en-US" --out-file 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