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 --- client/angular.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'client') diff --git a/client/angular.json b/client/angular.json index 44749d6b1..a64596a08 100644 --- a/client/angular.json +++ b/client/angular.json @@ -41,10 +41,6 @@ "translation": "src/locale/angular.es-ES.xlf", "baseHref": "/client/es-ES/" }, - "oc": { - "translation": "src/locale/angular.oc.xlf", - "baseHref": "/client/oc/" - }, "pt": { "translation": "src/locale/angular.pt-BR.xlf", "baseHref": "/client/pt-BR/" @@ -212,9 +208,6 @@ "es-ES": { "localize": [ "es" ] }, - "oc": { - "localize": [ "oc" ] - }, "pt-BR": { "localize": [ "pt" ] }, -- cgit v1.2.3