]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
make i18n locale names consistent (#918)
authorQuentí <33203663+Quenty31@users.noreply.github.com>
Fri, 10 Aug 2018 20:02:16 +0000 (22:02 +0200)
committerRigel Kent <par@rigelk.eu>
Fri, 10 Aug 2018 20:02:16 +0000 (22:02 +0200)
shared/models/i18n/i18n.ts

index a123fdd63bca6c53bc88f0c6a2098ed0b0540b6b..2530a19272dc953fc8817bae26ef1c1624ef0b7d 100644 (file)
@@ -3,15 +3,15 @@ export const LOCALE_FILES = [ 'player', 'server' ]
 export const I18N_LOCALES = {
   'en-US': 'English',
   'fr-FR': 'Français',
-  'eu-ES': 'euskara',
-  'ca-ES': 'català',
-  'cs-CZ': 'Ä\8deština',
+  'eu-ES': 'Euskara',
+  'ca-ES': 'Català',
+  'cs-CZ': 'Ä\8ceština',
   'eo': 'Esperanto',
   'de-DE': 'Deutsch',
-  'es-ES': 'español',
-  'oc': 'occitan',
+  'es-ES': 'Español',
+  'oc': 'Occitan',
   'zh-Hant-TW': '中文 (繁體, 台灣)'
-  // 'pl-PL': 'polski'
+  // 'pl-PL': 'Polski'
 }
 
 const I18N_LOCALE_ALIAS = {