Skip to content

Commit 67a268e

Browse files
committed
chore(i18n): regenerate schema after nav key changes
1 parent f959a57 commit 67a268e

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

i18n/schema.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,30 @@
583583
"back": {
584584
"type": "string"
585585
},
586-
"menu": {
587-
"type": "string"
588-
},
589586
"mobile_menu": {
590587
"type": "string"
591588
},
592589
"open_menu": {
593590
"type": "string"
594591
},
592+
"back_to_main_menu": {
593+
"type": "string"
594+
},
595+
"docs_label": {
596+
"type": "string"
597+
},
598+
"close_menu": {
599+
"type": "string"
600+
},
601+
"switch_to_light_theme": {
602+
"type": "string"
603+
},
604+
"switch_to_dark_theme": {
605+
"type": "string"
606+
},
607+
"docs_home": {
608+
"type": "string"
609+
},
595610
"links": {
596611
"type": "string"
597612
},

0 commit comments

Comments
 (0)