Skip to content

Commit 660d4d3

Browse files
committed
Document translatable theme group titles
1 parent aff2b1e commit 660d4d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configuration/ThemesConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ The `themesConfig.json` file contains a list of themes, optionally organized in
9090
...
9191
], "groups": [
9292
{
93-
"title": <Group title>,
93+
"title": "<Group title>",
94+
"titleMsgId": "<Group title translation msgID>",
9495
"items": [{ <ThemeDefinition> }, ...],
9596
"groups": [ { <Group> }, ...]
9697
},

0 commit comments

Comments
 (0)