Fix initial language setting value
For some reason it was set as en-US, not en-us.
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user