aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-06 14:29:11 +0200
committerChocobozzz <me@florianbigard.com>2020-04-06 14:37:26 +0200
commit8323c435c19ac6ed1656ee8436b175bce7bd2c82 (patch)
treea7f0bfc9f51c42745a51998c5b09f54a458e6625 /shared
parentb9177868b3dc2badd27e0d1b6dfeb2930e878e20 (diff)
downloadPeerTube-8323c435c19ac6ed1656ee8436b175bce7bd2c82.tar.gz
PeerTube-8323c435c19ac6ed1656ee8436b175bce7bd2c82.tar.zst
PeerTube-8323c435c19ac6ed1656ee8436b175bce7bd2c82.zip
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
Diffstat (limited to 'shared')
-rw-r--r--shared/models/i18n/i18n.ts1
1 files changed, 0 insertions, 1 deletions
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 = {
18 'it-IT': 'Italiano', 18 'it-IT': 'Italiano',
19 'ja-JP': '日本語', 19 'ja-JP': '日本語',
20 'nl-NL': 'Nederlands', 20 'nl-NL': 'Nederlands',
21 'oc': 'Occitan',
22 'pl-PL': 'Polski', 21 'pl-PL': 'Polski',
23 'pt-BR': 'Português (Brasil)', 22 'pt-BR': 'Português (Brasil)',
24 'pt-PT': 'Português (Portugal)', 23 'pt-PT': 'Português (Portugal)',