forked from 0x2620/pandora
dont set default locale in user.ui and use first browser locale by default if available and fall back to site default after that, fixes #1578; load locale from unjoined json files in debug mode
This commit is contained in:
parent
24afe66c75
commit
5489823a61
7 changed files with 29 additions and 10 deletions
|
|
@ -607,6 +607,7 @@
|
|||
"system": "system@pad.ma"
|
||||
},
|
||||
"https": true,
|
||||
"locale": "en",
|
||||
"id": "padma",
|
||||
"name": "Pad.ma",
|
||||
"url": "pad.ma",
|
||||
|
|
@ -693,7 +694,7 @@
|
|||
"listSort": [{"key": "title", "operator": "+"}],
|
||||
"listView": "grid",
|
||||
"lists": {},
|
||||
"locale": "en",
|
||||
"locale": "",
|
||||
"mapFind": "",
|
||||
"mapSelection": "",
|
||||
"page": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue