Skip to content

Commit c260e85

Browse files
committed
fix: add missing dependents i18n keys and regenerate schema
1 parent f6f50c0 commit c260e85

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed

i18n/locales/en.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@
207207
"members": "members"
208208
},
209209
"scroll_to_top": "Scroll to top",
210+
"previous": "Previous",
211+
"next": "Next",
210212
"cancel": "Cancel",
211213
"save": "Save",
212214
"edit": "Edit",
@@ -318,7 +320,8 @@
318320
"docs": "docs",
319321
"fund": "fund",
320322
"compare": "compare",
321-
"compare_this_package": "compare this package"
323+
"compare_this_package": "compare this package",
324+
"dependents": "dependents"
322325
},
323326
"likes": {
324327
"like": "Like this package",
@@ -634,6 +637,13 @@
634637
"download": {
635638
"button": "Download",
636639
"tarball": "Download Tarball as .tar.gz"
640+
},
641+
"dependents": {
642+
"title": "Dependents",
643+
"subtitle": "Packages that depend on {name}",
644+
"count": "{count} dependent | {count} dependents",
645+
"none": "No packages found that depend on {name}",
646+
"error": "Failed to load dependents"
637647
}
638648
},
639649
"connector": {

i18n/schema.json

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,27 +1411,6 @@
14111411
},
14121412
"additionalProperties": false
14131413
},
1414-
"dependents": {
1415-
"type": "object",
1416-
"properties": {
1417-
"title": {
1418-
"type": "string"
1419-
},
1420-
"subtitle": {
1421-
"type": "string"
1422-
},
1423-
"count": {
1424-
"type": "string"
1425-
},
1426-
"error": {
1427-
"type": "string"
1428-
},
1429-
"none": {
1430-
"type": "string"
1431-
}
1432-
},
1433-
"additionalProperties": false
1434-
},
14351414
"maintainers": {
14361415
"type": "object",
14371416
"properties": {
@@ -1938,6 +1917,27 @@
19381917
}
19391918
},
19401919
"additionalProperties": false
1920+
},
1921+
"dependents": {
1922+
"type": "object",
1923+
"properties": {
1924+
"title": {
1925+
"type": "string"
1926+
},
1927+
"subtitle": {
1928+
"type": "string"
1929+
},
1930+
"count": {
1931+
"type": "string"
1932+
},
1933+
"none": {
1934+
"type": "string"
1935+
},
1936+
"error": {
1937+
"type": "string"
1938+
}
1939+
},
1940+
"additionalProperties": false
19411941
}
19421942
},
19431943
"additionalProperties": false
@@ -2524,9 +2524,6 @@
25242524
"back_to_package": {
25252525
"type": "string"
25262526
},
2527-
"toggle_word_wrap": {
2528-
"type": "string"
2529-
},
25302527
"table": {
25312528
"type": "object",
25322529
"properties": {

0 commit comments

Comments
 (0)