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:
parent
d9b068cab6
commit
d10538b47d
6 changed files with 8 additions and 10609 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue