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

@@ -97,6 +97,7 @@ jobs:
- "check"
- "format"
- "typecheck"
- "i18n:check"
steps:
- name: "📥 Checkout PR code"