Update sync_translations.py

This commit is contained in:
Ludy87 2025-10-26 13:26:44 +01:00
parent 61b25ab787
commit eea3bb2fc3
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -261,7 +261,6 @@ def process_file(
not stats.missing_keys
and (not prune or not stats.extra_keys)
and not target_dupes
and stats.untranslated_leafs == 0
)
if not check_only and not dry_run: