1
0
Fork 0

Fix deprecated i18n option

This commit is contained in:
Chocobozzz 2020-12-14 09:26:21 +01:00
parent e351a5c5e4
commit 5d221dcda4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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
npm run ng -- extract-i18n --out-file src/locale/angular.xlf
# Merge new translations in other language files
npm run ng run -- PeerTube:xliffmerge