Skip to content
  • Jehan's avatar
    po-windows-installer: fixing broken po files for Windows installers. · 941a53df
    Jehan authored
    This is purely fixing by meson rebuilds and some regexp fixes. I didn't
    touch any semantic.
    Basically the "&" XML entity should not have made their way to the
    po files. I fixed our script in the previous commit, and now I just
    rebuild the po files and clean the entity programmatically so that our
    Windows installers for GIMP 2.99.12 release have valid text.
    
    Here is what I did:
    
    (1) I regenerated the pot and po files:
    
    $ meson compile gimp30-windows-installer-pot
    $ meson compile gimp30-windows-installer-update-po
    
    (2) I opened all the po files in vim and regexp through them.
    
    Get back the proper Report-Msgid-Bugs-To:
    
    :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update
    
    No translations were fuzzy in any po files before this change. I remove
    all the fuzzy flags, but only if the msgid contains an ampersand, hence
    leaving appropriate fuzzy strings in (the ones where the s...
    941a53df