diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:26:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:26:21 +0100 |
commit | 5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a (patch) | |
tree | 4b1c9550e081bc3db0ccd0045514412c6ae2b951 /scripts/i18n/update.sh | |
parent | e351a5c5e4d74ae52636db25cfedc8036aa626fe (diff) | |
download | PeerTube-5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a.tar.gz PeerTube-5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a.tar.zst PeerTube-5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a.zip |
Fix deprecated i18n option
Diffstat (limited to 'scripts/i18n/update.sh')
-rwxr-xr-x | scripts/i18n/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index dd08c7bd4..4d3e9af17 100755 --- a/scripts/i18n/update.sh +++ b/scripts/i18n/update.sh | |||
@@ -5,7 +5,7 @@ set -eu | |||
5 | git fetch weblate && git merge weblate/develop | 5 | git fetch weblate && git merge weblate/develop |
6 | 6 | ||
7 | cd client | 7 | cd client |
8 | npm run ng -- extract-i18n --i18n-locale "en-US" --out-file src/locale/angular.xlf | 8 | npm run ng -- extract-i18n --out-file src/locale/angular.xlf |
9 | 9 | ||
10 | # Merge new translations in other language files | 10 | # Merge new translations in other language files |
11 | npm run ng run -- PeerTube:xliffmerge | 11 | npm run ng run -- PeerTube:xliffmerge |