]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/i18n/update.sh
Translated using Weblate (Portuguese (Brazil))
[github/Chocobozzz/PeerTube.git] / scripts / i18n / update.sh
CommitLineData
989e526a
C
1#!/bin/sh
2
3set -eu
4
49a56c72
C
5git fetch weblate && git merge weblate/develop
6
989e526a 7cd client
5d221dcd 8npm run ng -- extract-i18n --out-file src/locale/angular.xlf
66357162 9
3aea8eb2
C
10# Merge new translations in other language files
11npm run ng run -- PeerTube:xliffmerge
e945b184
C
12
13# Add our strings too
14cd ../
1cd4fe50 15npm run i18n:create-custom-files