1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 03:17:47 +02:00

Fix initial language setting value

For some reason it was set as en-US, not en-us.
This commit is contained in:
Harvey Tindall 2021-01-18 00:14:12 +00:00
parent e0a17c6a74
commit 26a1f30d32
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -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": {