mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-06-20 11:33:29 -05:00
fix(locales): correct Japanese language code mapping
This commit is contained in:
parent
748ca710f6
commit
5681fe85ba
|
|
@ -45,7 +45,7 @@ app.use(expressLocale({
|
|||
es: 'es-ES',
|
||||
fr: 'fr-FR', 'fr-CA': 'fr-FR', 'fr-CH': 'fr-FR',
|
||||
it: 'it-IT', 'it-CH': 'it-IT',
|
||||
jp: 'ja-JP',
|
||||
ja: 'ja-JP',
|
||||
ko: 'ko-KR',
|
||||
pt: 'pt-BR',
|
||||
ro: 'ro-RO',
|
||||
|
|
@ -60,7 +60,7 @@ app.use(expressLocale({
|
|||
'es', 'es-ES',
|
||||
'fr', 'fr-FR', 'fr-CA', 'fr-CH',
|
||||
'it', 'it-IT', 'it-CH',
|
||||
'jp', 'ja-JP',
|
||||
'ja', 'ja-JP',
|
||||
'ko', 'ko-KR',
|
||||
'pt', 'pt-BR',
|
||||
'ro', 'ro-RO',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user