]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/i18n/i18n.ts
Add blacklist reason field
[github/Chocobozzz/PeerTube.git] / shared / models / i18n / i18n.ts
index baf3fa0f482c5ae0b398d5f49fe7510221aeb138..2530a19272dc953fc8817bae26ef1c1624ef0b7d 100644 (file)
@@ -3,14 +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',
+  'es-ES': 'Español',
+  'oc': 'Occitan',
   'zh-Hant-TW': '中文 (繁體, 台灣)'
-  // 'pl-PL': 'polski'
+  // 'pl-PL': 'Polski'
 }
 
 const I18N_LOCALE_ALIAS = {