diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-29 16:39:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-29 17:09:55 +0200 |
commit | 2a39506c7da9ef79671d4c21539313b6d49b1884 (patch) | |
tree | 61374b31491c8d05f788346efa573b4b66210246 /shared/models | |
parent | 696d83fd1377486dd03cc1bd02a21d9b6ddd9fcd (diff) | |
download | PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.tar.gz PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.tar.zst PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.zip |
Revert "Remove oc locale support"
This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
Diffstat (limited to 'shared/models')
-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 46940772f..9a5ea27dc 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts | |||
@@ -18,6 +18,7 @@ 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', | ||
21 | 'pl-PL': 'Polski', | 22 | 'pl-PL': 'Polski', |
22 | 'pt-BR': 'Português (Brasil)', | 23 | 'pt-BR': 'Português (Brasil)', |
23 | 'pt-PT': 'Português (Portugal)', | 24 | 'pt-PT': 'Português (Portugal)', |