diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-08 16:00:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 16:00:06 +0200 |
commit | a6ce68673ace5b94a81eda3ba198f0a4170eb05e (patch) | |
tree | 5864fc7dc880b71df25c9c3121e29d7d26d219e9 /shared | |
parent | e69219184b1a3262ec5e617d30337b6431c9840c (diff) | |
download | PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.tar.gz PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.tar.zst PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.zip |
Support occitan
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/i18n/i18n.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { | |||
9 | 'eo': 'Esperanto', | 9 | 'eo': 'Esperanto', |
10 | 'de-DE': 'Deutsch', | 10 | 'de-DE': 'Deutsch', |
11 | 'es-ES': 'español', | 11 | 'es-ES': 'español', |
12 | 'oc': 'occitan', | ||
12 | 'zh-Hant-TW': '中文 (繁體, 台灣)' | 13 | 'zh-Hant-TW': '中文 (繁體, 台灣)' |
13 | // 'pl-PL': 'polski' | 14 | // 'pl-PL': 'polski' |
14 | } | 15 | } |