i18n: add missing translation keys across 16 locales

This commit is contained in:
Linus Rath
2026-05-22 00:44:00 +02:00
parent 63efd724d2
commit 1e7d2d880c
17 changed files with 309 additions and 49 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test:translations": "vitest run lib/__tests__/translations.test.ts",
"test:translations": "vitest run --no-isolate lib/__tests__/translations.test.ts",
"prepare": "husky",
"typecheck": "tsc --noEmit"
},