aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-xscripts/build/client.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh
index e7475f56c..05c40b5bb 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -53,8 +53,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
53 languages=(["el"]="el-GR") 53 languages=(["el"]="el-GR")
54 elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then 54 elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then
55 languages=(["es"]="es-ES") 55 languages=(["es"]="es-ES")
56 elif [ ! -z ${1+x} ] && [ "$1" == "--light-oc" ]; then
57 languages=(["oc"]="oc")
58 elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then 56 elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then
59 languages=(["pt"]="pt-BR") 57 languages=(["pt"]="pt-BR")
60 elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then 58 elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then
@@ -95,7 +93,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
95 ["gd"]="gd" 93 ["gd"]="gd"
96 ["el"]="el-GR" 94 ["el"]="el-GR"
97 ["es"]="es-ES" 95 ["es"]="es-ES"
98 ["oc"]="oc"
99 ["pt"]="pt-BR" 96 ["pt"]="pt-BR"
100 ["pt-PT"]="pt-PT" 97 ["pt-PT"]="pt-PT"
101 ["sv"]="sv-SE" 98 ["sv"]="sv-SE"