Skip to content

Commit 0dba940

Browse files
committed
fix: add missing footer column i18n keys and regenerate schema
1 parent 86a7ac3 commit 0dba940

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

i18n/locales/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"social": "social",
2020
"chat": "chat",
2121
"builders_chat": "builders",
22-
"keyboard_shortcuts": "keyboard shortcuts"
22+
"keyboard_shortcuts": "keyboard shortcuts",
23+
"product": "Product",
24+
"legal": "Legal",
25+
"community": "Community"
2326
},
2427
"shortcuts": {
2528
"section": {

i18n/schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@
6363
},
6464
"keyboard_shortcuts": {
6565
"type": "string"
66+
},
67+
"product": {
68+
"type": "string"
69+
},
70+
"legal": {
71+
"type": "string"
72+
},
73+
"community": {
74+
"type": "string"
6675
}
6776
},
6877
"additionalProperties": false

0 commit comments

Comments
 (0)