changeset 8334:19735bc60455

i18n: also strip '# #, fuzzy' from header comment - it might appear when verifying branches are in sync
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 13 Nov 2019 12:28:19 +0100
parents e505395c3a03
children 80ffe0f29857
files scripts/i18n_utils.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/i18n_utils.py	Sun Feb 02 21:29:18 2020 +0100
+++ b/scripts/i18n_utils.py	Wed Nov 13 12:28:19 2019 +0100
@@ -41,6 +41,9 @@
     ^
     (?:[#] \n)?
     [#],[ ]fuzzy \n
+    |
+    ^
+    [#][ ][#],[ ]fuzzy \n
     ''',
     re.MULTILINE|re.VERBOSE)