From a6ce68673ace5b94a81eda3ba198f0a4170eb05e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Aug 2018 16:00:06 +0200 Subject: Support occitan --- shared/models/i18n/i18n.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index baf3fa0f4..a123fdd63 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts @@ -9,6 +9,7 @@ export const I18N_LOCALES = { 'eo': 'Esperanto', 'de-DE': 'Deutsch', 'es-ES': 'español', + 'oc': 'occitan', 'zh-Hant-TW': '中文 (繁體, 台灣)' // 'pl-PL': 'polski' } -- cgit v1.2.3