Skip to content

Commit c5b4cf2

Browse files
committed
fix: add missing license and dependencies i18n keys and regenerate schema
1 parent 25409b6 commit c5b4cf2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

i18n/locales/en.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@
454454
"outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})",
455455
"outdated_patch": "Patch update available (latest: {latest})",
456456
"has_replacement": "This dependency has suggested replacements",
457-
"vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities"
457+
"vulnerabilities_count": "{count} vulnerability | {count} vulnerabilities",
458+
"none": "No dependencies"
458459
},
459460
"peer_dependencies": {
460461
"title": "Peer Dependency ({count}) | Peer Dependencies ({count})",
@@ -564,7 +565,9 @@
564565
},
565566
"license": {
566567
"view_spdx": "View license text on SPDX",
567-
"none": "None"
568+
"none": "None",
569+
"changed_badge": "changed",
570+
"changed": "License changed from {latest} in the latest version"
568571
},
569572
"vulnerabilities": {
570573
"tree_found": "{vulns} vulnerability in {packages}/{total} packages | {vulns} vulnerabilities in {packages}/{total} packages",

i18n/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,9 @@
13681368
},
13691369
"vulnerabilities_count": {
13701370
"type": "string"
1371+
},
1372+
"none": {
1373+
"type": "string"
13711374
}
13721375
},
13731376
"additionalProperties": false

0 commit comments

Comments
 (0)