Skip to content

Commit

Permalink
Adding language configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn committed Apr 25, 2024
1 parent f092d3d commit 4cd5d33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,18 @@
"default": "en",
"enum": [
"en",
"gardena"
"de"
],
"x-schema-form": {
"type": "select",
"titleMap": [
{
"value": "en",
"name": "English (en)"
},
{
"value": "de",
"name": "Deutsch (de)"
}
]
}
Expand Down

0 comments on commit 4cd5d33

Please sign in to comment.