From 6213d5200fc24831a0208a85d6508349766e232b Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Mon, 15 Jul 2024 10:30:27 -0700 Subject: [PATCH] Normalize percent translated after update --- i18n/transifex.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/i18n/transifex.py b/i18n/transifex.py index eb6fafb7..59ac1df6 100644 --- a/i18n/transifex.py +++ b/i18n/transifex.py @@ -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,