mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
cleanup(translations): remove unused keys, add finder script
This commit is contained in:
@@ -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}\"",
|
||||
|
||||
Reference in New Issue
Block a user