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 --- shared/models/i18n/i18n.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'shared/models/i18n') diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index 9a5ea27dc..46940772f 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts @@ -18,7 +18,6 @@ export const I18N_LOCALES = { 'it-IT': 'Italiano', 'ja-JP': '日本語', 'nl-NL': 'Nederlands', - 'oc': 'Occitan', 'pl-PL': 'Polski', 'pt-BR': 'Português (Brasil)', 'pt-PT': 'Português (Portugal)', -- cgit v1.2.3