From 8323c435c19ac6ed1656ee8436b175bce7bd2c82 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Apr 2020 14:29:11 +0200 Subject: Remove oc locale support It does not work since many releases, and nobody created an issue so we don't consider it much use It does not work because Angular does not know this locale: https://github.com/angular/angular/tree/master/packages/common/locales --- scripts/build/client.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/build/client.sh') 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 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 @@ -95,7 +93,6 @@ 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