mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-23 01:20:11 +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": [
|
"options": [
|
||||||
"en-us"
|
"en-us"
|
||||||
],
|
],
|
||||||
"value": "en-US",
|
"value": "en-us",
|
||||||
"description": "Default Account Form Language. Submit a PR on github if you'd like to translate."
|
"description": "Default Account Form Language. Submit a PR on github if you'd like to translate."
|
||||||
},
|
},
|
||||||
"language-admin": {
|
"language-admin": {
|
||||||
@ -103,7 +103,7 @@
|
|||||||
"options": [
|
"options": [
|
||||||
"en-us"
|
"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."
|
"description": "Default Admin page Language. Settings has not been translated. Submit a PR on github if you'd like to translate."
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
Loading…
Reference in New Issue
Block a user