archinstall/.github/scripts
Softer 1f4ebd9414 Add CI validation for translations and pot_tools dev utility
Add translation-check workflow with two jobs:
- validate-po: msgfmt --check on changed .po files, .mo sync warning,
  tr(f-string) anti-pattern grep on changed .py files
- validate-pot: verify all tr() strings exist in base.pot when .py
  files change

Workflow only triggers on .py/.po/.pot file changes.

Add scripts/pot_tools.py developer utility (stats, list, add_missing)
for managing base.pot.
2026-05-04 23:26:15 +03:00
..
check_pot_freshness.py Add CI validation for translations and pot_tools dev utility 2026-05-04 23:26:15 +03:00