From 520745bfe894aa5db0345bfa72483ee2c38a707b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jun 2020 10:35:08 +0200 Subject: Add ar-001 locale --- scripts/build/client.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build/client.sh b/scripts/build/client.sh index e7475f56c..c15f92070 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -41,6 +41,8 @@ post_build_hook 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") elif [ ! -z ${1+x} ] && [ "$1" == "--light-th" ]; then languages=(["th"]="th-TH") elif [ ! -z ${1+x} ] && [ "$1" == "--light-fi" ]; then @@ -88,6 +90,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then else # Supported languages languages=( + ["ar"]="ar-001" ["hu"]="hu-HU" ["th"]="th-TH" ["fi"]="fi-FI" -- cgit v1.2.3