]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Update translations from zanata and add cs and eo
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index a2a4a554da8a13b59a2172658f9aa9c04d7575ae..106532c4fea8e6de0963e06574c7b6e3da08380f 100755 (executable)
@@ -11,7 +11,7 @@ npm run ng build -- --output-path "dist/$defaultLanguage/" --deploy-url "/client
 mv "./dist/$defaultLanguage/assets" "./dist"
 
 # Supported languages
-languages=("fr_FR" "eu_ES" "ca_ES")
+languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo")
 
 for lang in "${languages[@]}"; do
     npm run ng build -- --prod --i18n-file "./src/locale/target/angular_$lang.xml" --i18n-format xlf --i18n-locale "$lang" \