Skip to content

Commit

Permalink
Normalize percent translated after update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Jul 15, 2024
1 parent 9bf782f commit 6213d52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions i18n/transifex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,15 @@ def normalize_translations(
)
transifex_translated = t_stats["translated_strings"]

# Normalize percent translated
pofile_obj = self.normalize_pofile_percent_translated(
transifex_code,
resource_slug,
resource_name,
pofile_path,
pofile_obj,
)

# Normalize Creation and Revision dates in local PO File
pofile_obj = self.normalize_pofile_dates(
resource_slug,
Expand Down

0 comments on commit 6213d52

Please sign in to comment.