mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix accept languages in tests
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
export const LOCALE_FILES = [ 'player', 'server' ]
|
||||
|
||||
export const I18N_LOCALES = {
|
||||
// Always first to avoid issues when using express acceptLanguages function when no accept language header is set
|
||||
'en-US': 'English',
|
||||
|
||||
'ca-ES': 'Català',
|
||||
'cs-CZ': 'Čeština',
|
||||
'de-DE': 'Deutsch',
|
||||
'el-GR': 'ελληνικά',
|
||||
'en-US': 'English',
|
||||
'eo': 'Esperanto',
|
||||
'es-ES': 'Español',
|
||||
'eu-ES': 'Euskara',
|
||||
|
||||
Reference in New Issue
Block a user