From d10538b47d134cebe9dfdbcef346e9bc94f993f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Jul 2020 14:08:02 +0200 Subject: ar to ar-001 locale --- scripts/build/client.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/client.sh b/scripts/build/client.sh index a86404c6f..a9eceebf9 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -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" -- cgit v1.2.3