]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - update.sh
4d3e9af17d013c98f76cc3282c9b1e549344516a
[github/Chocobozzz/PeerTube.git] / update.sh
1 #!/bin/sh
2
3 set -eu
4
5 git fetch weblate && git merge weblate/develop
6
7 cd client
8 npm run ng -- extract-i18n --out-file src/locale/angular.xlf
9
10 # Merge new translations in other language files
11 npm run ng run -- PeerTube:xliffmerge
12
13 # Add our strings too
14 cd ../
15 npm run i18n:create-custom-files