Skip to content

Commit b9fcc06

Browse files
committed
fix: generate i18n schema
1 parent b413385 commit b9fcc06

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

i18n/schema.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,9 +2446,6 @@
24462446
"no_files": {
24472447
"type": "string"
24482448
},
2449-
"root": {
2450-
"type": "string"
2451-
},
24522449
"lines": {
24532450
"type": "string"
24542451
},
@@ -2458,15 +2455,24 @@
24582455
"close_tree": {
24592456
"type": "string"
24602457
},
2461-
"copy_link": {
2458+
"copy_content": {
24622459
"type": "string"
24632460
},
2464-
"raw": {
2461+
"copy_link": {
24652462
"type": "string"
24662463
},
24672464
"view_raw": {
24682465
"type": "string"
24692466
},
2467+
"toggle_container": {
2468+
"type": "string"
2469+
},
2470+
"open_raw_file": {
2471+
"type": "string"
2472+
},
2473+
"open_path_dropdown": {
2474+
"type": "string"
2475+
},
24702476
"file_too_large": {
24712477
"type": "string"
24722478
},

0 commit comments

Comments
 (0)