diff options
author | Quentí <33203663+Quenty31@users.noreply.github.com> | 2018-08-10 22:02:16 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-08-10 22:02:16 +0200 |
commit | 7f7680641b6e7625d2099ff3ffc28a1a6ec5b9cf (patch) | |
tree | bfae66918883b40e531040df343e51465854a9d7 /shared/models | |
parent | 5c617be48468e88bc3bc3329ba94b3aa7382d851 (diff) | |
download | PeerTube-7f7680641b6e7625d2099ff3ffc28a1a6ec5b9cf.tar.gz PeerTube-7f7680641b6e7625d2099ff3ffc28a1a6ec5b9cf.tar.zst PeerTube-7f7680641b6e7625d2099ff3ffc28a1a6ec5b9cf.zip |
make i18n locale names consistent (#918)
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/i18n/i18n.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index a123fdd63..2530a1927 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts | |||
@@ -3,15 +3,15 @@ export const LOCALE_FILES = [ 'player', 'server' ] | |||
3 | export const I18N_LOCALES = { | 3 | export const I18N_LOCALES = { |
4 | 'en-US': 'English', | 4 | 'en-US': 'English', |
5 | 'fr-FR': 'Français', | 5 | 'fr-FR': 'Français', |
6 | 'eu-ES': 'euskara', | 6 | 'eu-ES': 'Euskara', |
7 | 'ca-ES': 'català', | 7 | 'ca-ES': 'Català', |
8 | 'cs-CZ': 'eština', | 8 | 'cs-CZ': 'eština', |
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 | 'oc': 'Occitan', |
13 | 'zh-Hant-TW': '中文 (繁體, 台灣)' | 13 | 'zh-Hant-TW': '中文 (繁體, 台灣)' |
14 | // 'pl-PL': 'polski' | 14 | // 'pl-PL': 'Polski' |
15 | } | 15 | } |
16 | 16 | ||
17 | const I18N_LOCALE_ALIAS = { | 17 | const I18N_LOCALE_ALIAS = { |