From 2a39506c7da9ef79671d4c21539313b6d49b1884 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 May 2020 16:39:49 +0200 Subject: Revert "Remove oc locale support" This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82. --- scripts/build/client.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build/client.sh') diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 05c40b5bb..e7475f56c 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -53,6 +53,8 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then languages=(["el"]="el-GR") elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then languages=(["es"]="es-ES") + elif [ ! -z ${1+x} ] && [ "$1" == "--light-oc" ]; then + languages=(["oc"]="oc") elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then languages=(["pt"]="pt-BR") elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then @@ -93,6 +95,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then ["gd"]="gd" ["el"]="el-GR" ["es"]="es-ES" + ["oc"]="oc" ["pt"]="pt-BR" ["pt-PT"]="pt-PT" ["sv"]="sv-SE" -- cgit v1.2.3