Update sync_translations.py

This commit is contained in:
Ludy87 2025-10-26 22:57:10 +01:00
parent 84309c2222
commit 927b283b41
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -768,8 +768,8 @@ def main() -> None:
ignore_locales_map.pop(locale_key, None)
ignore_locales_modified = True
# report.append(f"- Added: {stats.added}, Pruned: {stats.pruned}")
# report.append("---")
# report.append("")
report.append("---")
report.append("")
if not success:
any_failed = True