1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add kab and vi locales

This commit is contained in:
Chocobozzz 2020-06-04 11:01:54 +02:00
parent 520745bfe8
commit 0bd558a0f9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 3235 additions and 4362 deletions

View file

@ -43,6 +43,10 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
languages=(["hu"]="hu-HU")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then
languages=(["ar"]="ar-001")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-vi" ]; then
languages=(["vi"]="vi-VN")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-kab" ]; then
languages=(["kab"]="kab")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-th" ]; then
languages=(["th"]="th-TH")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-fi" ]; then
@ -91,6 +95,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
# Supported languages
languages=(
["ar"]="ar-001"
["vi"]="vi-VN"
["hu"]="hu-HU"
["th"]="th-TH"
["fi"]="fi-FI"
@ -114,6 +119,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
["eo"]="eo"
["de"]="de-DE"
["it"]="it-IT"
["kab"]="kab"
)
fi