Skip to content

Commit 832739a

Browse files
committed
Update translations.json
1 parent 79807cf commit 832739a

File tree

2 files changed

+192
-261
lines changed

2 files changed

+192
-261
lines changed

src/shadow/arborist.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ async function packagesHaveRiskyIssues(
460460
for (const failure of failures) {
461461
const type = failure.raw.type
462462
if (type) {
463+
// Based data from { pageProps: { alertTypes } } of:
464+
// https://socket.dev/_next/data/94666139314b6437ee4491a0864e72b264547585/en-US.json
463465
const issueTypeTranslation = translations.issues[type]
464466
// TODO: emoji seems to mis-align terminals sometimes
465467
lines.add(

0 commit comments

Comments
 (0)