fix(i18n): enforce complete localized coverage

This commit is contained in:
edde746
2026-07-12 17:31:14 +02:00
parent 754c54761a
commit fe8d405a56
47 changed files with 1944 additions and 2527 deletions
+9
View File
@@ -71,6 +71,15 @@ else
fi
rm -f "$out"
# 3. Translation hygiene
section "translation hygiene"
if python3 scripts/clean_translations.py --check --strict; then
ok "locale files normalized and no unused keys found"
else
fail "translation files need cleanup or contain unused keys"
FAILED=1
fi
# 3. Native formatting
section "native format"
out="$(mktemp)"