1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

ar to ar-001 locale

This commit is contained in:
Chocobozzz 2020-07-02 14:08:02 +02:00
parent d9b068cab6
commit d10538b47d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 8 additions and 10609 deletions

View file

@ -42,7 +42,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then
languages=(["hu"]="hu-HU")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then
languages=(["ar"]="ar-001")
languages=(["ar"]="ar")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-vi" ]; then
languages=(["vi"]="vi-VN")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-kab" ]; then
@ -94,7 +94,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
else
# Supported languages
languages=(
["ar"]="ar-001"
["ar"]="ar"
["vi"]="vi-VN"
["hu"]="hu-HU"
["th"]="th-TH"