mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Fix initial language setting value
For some reason it was set as en-US, not en-us.
This commit is contained in:
parent
e0a17c6a74
commit
26a1f30d32
@ -92,7 +92,7 @@
|
||||
"options": [
|
||||
"en-us"
|
||||
],
|
||||
"value": "en-US",
|
||||
"value": "en-us",
|
||||
"description": "Default Account Form Language. Submit a PR on github if you'd like to translate."
|
||||
},
|
||||
"language-admin": {
|
||||
@ -103,7 +103,7 @@
|
||||
"options": [
|
||||
"en-us"
|
||||
],
|
||||
"value": "en-US",
|
||||
"value": "en-us",
|
||||
"description": "Default Admin page Language. Settings has not been translated. Submit a PR on github if you'd like to translate."
|
||||
},
|
||||
"theme": {
|
||||
|
Loading…
Reference in New Issue
Block a user