1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add portuguese and swedish languages

This commit is contained in:
Chocobozzz 2018-08-27 11:20:06 +02:00
parent b18d4b9f36
commit a9155ee6dc
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 16 additions and 2623 deletions

View file

@ -40,7 +40,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
languages=("fr_FR")
else
# Supported languages
languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc")
languages=("fr_FR" "pt_BR" "sv_SE" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc")
fi
for lang in "${languages[@]}"; do