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