separate options for form and admin language
This commit is contained in:
+13
-2
@@ -84,7 +84,7 @@
|
||||
"description": "Settings related to the UI and program functionality."
|
||||
},
|
||||
"settings": {
|
||||
"language": {
|
||||
"language-form": {
|
||||
"name": "Default Form Language",
|
||||
"required": false,
|
||||
"requires_restart": true,
|
||||
@@ -93,7 +93,18 @@
|
||||
"en-us"
|
||||
],
|
||||
"value": "en-US",
|
||||
"description": "Default UI Language. Currently only implemented for account creation form. 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": {
|
||||
"name": "Default Admin Language",
|
||||
"required": false,
|
||||
"requires_restart": true,
|
||||
"type": "select",
|
||||
"options": [
|
||||
"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": {
|
||||
"name": "Default Look",
|
||||
|
||||
Reference in New Issue
Block a user