aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-02 14:08:02 +0200
committerChocobozzz <me@florianbigard.com>2020-07-02 14:08:02 +0200
commitd10538b47d134cebe9dfdbcef346e9bc94f993f0 (patch)
treec9cbf310ea9e7d17e66daef8ded92f626feb5d8e /scripts/build
parentd9b068cab67d77e6f2646573ce703d82e776c989 (diff)
downloadPeerTube-d10538b47d134cebe9dfdbcef346e9bc94f993f0.tar.gz
PeerTube-d10538b47d134cebe9dfdbcef346e9bc94f993f0.tar.zst
PeerTube-d10538b47d134cebe9dfdbcef346e9bc94f993f0.zip
ar to ar-001 locale
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/client.sh4
1 files changed, 2 insertions, 2 deletions
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
42 if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then 42 if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then
43 languages=(["hu"]="hu-HU") 43 languages=(["hu"]="hu-HU")
44 elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then 44 elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then
45 languages=(["ar"]="ar-001") 45 languages=(["ar"]="ar")
46 elif [ ! -z ${1+x} ] && [ "$1" == "--light-vi" ]; then 46 elif [ ! -z ${1+x} ] && [ "$1" == "--light-vi" ]; then
47 languages=(["vi"]="vi-VN") 47 languages=(["vi"]="vi-VN")
48 elif [ ! -z ${1+x} ] && [ "$1" == "--light-kab" ]; then 48 elif [ ! -z ${1+x} ] && [ "$1" == "--light-kab" ]; then
@@ -94,7 +94,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
94 else 94 else
95 # Supported languages 95 # Supported languages
96 languages=( 96 languages=(
97 ["ar"]="ar-001" 97 ["ar"]="ar"
98 ["vi"]="vi-VN" 98 ["vi"]="vi-VN"
99 ["hu"]="hu-HU" 99 ["hu"]="hu-HU"
100 ["th"]="th-TH" 100 ["th"]="th-TH"