From 5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Dec 2020 09:26:21 +0100 Subject: [PATCH] Fix deprecated i18n option --- scripts/i18n/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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