ci(i18n): detect unused & missing translation keys + clean key debt (#1636)

This commit is contained in:
Gauvain
2026-06-09 11:46:42 +02:00
committed by GitHub
parent 1685571406
commit b7bae0072f
6 changed files with 340 additions and 108 deletions

View File

@@ -22,7 +22,9 @@
"lint": "biome check --write --unsafe --max-diagnostics 1000",
"format": "biome format --write .",
"doctor": "expo-doctor",
"test": "bun run typecheck && bun run lint && bun run format && bun run doctor",
"i18n:check": "bun scripts/check-i18n-keys.mjs",
"i18n:fix-unused": "bun scripts/check-i18n-keys.mjs --fix-unused",
"test": "bun run typecheck && bun run lint && bun run format && bun run i18n:check && bun run doctor",
"postinstall": "patch-package"
},
"dependencies": {