handle new registry types

This commit is contained in:
Matt Hill
2026-01-05 12:46:36 -07:00
parent a2c2db12e1
commit 9275549871
12 changed files with 224 additions and 127 deletions

View File

@@ -595,4 +595,4 @@ export const ENGLISH = {
'Upload': 626, // as in, upload a file
'Open UI': 627, // as in, upload a file
'Copied to clipboard': 628,
} as const
} as Record<any, any>