]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/update.sh
Only display homepage when components are loaded
[github/Chocobozzz/PeerTube.git] / scripts / i18n / update.sh
index 822344cddb664368ea5ac3686d536ae95f52ba11..4d3e9af17d013c98f76cc3282c9b1e549344516a 100755 (executable)
@@ -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 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