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:
parent
b18d4b9f36
commit
a9155ee6dc
13 changed files with 16 additions and 2623 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue