feat: add translation key collection utility and update test for completeness

This commit is contained in:
Linus Rath
2026-03-17 20:20:44 +01:00
parent de35d1d8e8
commit 070eeeecee
3 changed files with 31 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test:translations": "vitest run lib/__tests__/translations.test.ts",
"prepare": "husky",
"typecheck": "tsc --noEmit"
},