cleanup(translations): remove unused keys, add finder script

This commit is contained in:
David Ralph
2026-02-01 11:40:48 +00:00
parent bba18acd19
commit b54c573c8e
37 changed files with 271 additions and 2277 deletions

View File

@@ -64,6 +64,7 @@
"dev:host": "vite --host",
"translations": "cd scripts && node updatetranslations.cjs",
"translations:percentages": "node scripts/updateTranslationPercentages.cjs",
"translations:unused": "node scripts/findUnusedTranslations.cjs",
"build": "vite build",
"pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\"",
"lint": "eslint \"./src/**/*.{js,jsx}\" && stylelint \"./src/**/*.{scss,css}\"",