Commit Graph

10 Commits

Author SHA1 Message Date
Emin Tufan Çetin 1d9d3b8f11 Update Turkish translation 2022-12-13 01:00:58 +00: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
Sabri Ünal 80b5adf517 Update Turkish translation 2022-08-21 17:32:57 +00:00
Sabri Ünal 8bdb27d85a Update Turkish translation 2019-04-17 19:26:04 +00:00
Sabri Ünal e8e44b44bb Update Turkish translation 2019-03-08 07:59:33 +00:00
Emin Tufan Çetin ff4ce6b70b Update Turkish translation 2018-08-15 15:38:12 +00:00
Michael Natterer 1b386dfe04 po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
Emin Tufan Çetin 1648258985 Update Turkish translation 2018-01-20 10:16:58 +00:00
Ell 3a1490f74a po-windows-installer: a few technical fixes to the Turkish translation
Replace diacritical marks, which aren't supported in the target
encoding, with equivalent precomposed characters.

Replace underscore with ampersand in mnemonics.
2017-12-27 10:12:13 -05:00
Muhammet Kara efcf7f9398 Added Turkish translation for Windows installer 2017-12-26 20:53:48 +00:00