Commit Graph

9 Commits

Author SHA1 Message Date
dimspingos 0445f0b9ed Updated Greek Translation 2024-01-21 15:14:30 +02:00
dimspingos 9f2942fec9 Updated Greek translation 2023-02-18 21:12:47 +02:00
Jehan 941a53dfbc po-windows-installer: fixing broken po files for Windows installers.
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 source string
changed since the last translation):

:bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update

Then I replaced & in msgstr (msgid was fixed through the automatic
regeneration thanks to previous commit, but not the translations) with:

:bufdo! %s/&/\&/ge|update

(3) Finally I did a manual `git diff` review to verify all is good.

In particular, I had to fix a bunch of "E&xit". The string is probably
too short so gettext heuristic failed to consider it likely the same as
"E&xit".
2022-08-22 23:00:41 +02:00
dimspingos 9cbbdce24e Updated Greek translation 2022-04-28 21:51:47 +03:00
dimspingos 148fbb2244 Updated Greek translation 2021-09-15 11:10:17 +03:00
Dimitris Spingos 6038f405bf Updated Greek translation 2018-09-16 05:43:29 +03:00
Dimitris Spingos (Δημήτρης Σπίγγος) c4985a301b Update Greek translation 2018-06-04 17:51:12 +03:00
Ell c9ceccdfb2 po-windows-installer: technical fix to the Greek translation
ender's name can't be used verbatim in the encoding used for the
Greek translation.  Use the ASCII version of his name.
2018-01-28 17:11:22 -05:00
Dimitris Spingos (Δημήτρης Σπίγγος) da4f03b82e Update Greek translation 2018-01-28 07:02:01 +02:00