projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c801b
)
Fix accept languages in tests
author
Chocobozzz
<me@florianbigard.com>
Thu, 6 Feb 2020 15:09:03 +0000
(16:09 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 6 Feb 2020 15:11:12 +0000
(16:11 +0100)
shared/models/i18n/i18n.ts
patch
|
blob
|
history
diff --git
a/shared/models/i18n/i18n.ts
b/shared/models/i18n/i18n.ts
index ff367b2793b9378673b64a80546f303472fb4a1e..36688382dffade8b820344abf19561887336ca18 100644
(file)
--- a/
shared/models/i18n/i18n.ts
+++ b/
shared/models/i18n/i18n.ts
@@
-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',