Commit Graph

6 Commits

Author SHA1 Message Date
Jehan d11e45967f po: mass fix changed gettext context: s/vectors-action/paths-action/
Normally we should avoid touching the Gettext files, but changing a
message context massively broke many strings in all languages. So I am
just reassigning the correct context (not touching any translations), by
running:

> sed 's/msgctxt "vectors-action"/msgctxt "paths-action"/g' -i po/*
2024-08-05 12:36:57 +02:00
Jehan cb025cec64 Issue #2922: fix msgctxt s/view-action/view-zoom-action/ for 5 strings.
Similar to the previous fix in commit 7a5e5be35e, this doesn't change
anything in the actual string and its usage within the software. Thus
following yesterday's discussion on gnome-i18n ML, I just do the
search-and-replace fix.

This is complementary to commit 6c5b6c6135, which fixed the code where a
same GimpEnumActionEntry was mixing translatable strings with various
contexts.
2019-02-08 12:57:59 +01:00
Jehan 7a5e5be35e po: fix the context (msgctx) for 2 strings.
See commit f8f3a74971.
The context change was basically a bug fix, and nothing changed in the
original string, nor its actual GUI context/usage. Therefore there is no
need to invalidate the translations (mark it "fuzzy", which would be
what would happen automatically after this change) for the 43 languages
which already translated these. Let's just search-and-replace all the po
files with the correct context.

For the record, I got the green light from several translators on
gnome-i18n ML so let's fix. :-)
2019-02-07 18:29:21 +01:00
Jehan 79a5c304d2 po: fix validation of Desktop file because of Marathi keywords.
Fixes:
> WARNING: Failed to validate desktop file […] for locale string list
> key "Keywords[mr]" in group "Desktop Entry" does not have a semicolon
> (';') as trailing character

I just added a semicolon.
2018-08-01 15:17:53 +02:00
Michael Natterer 5f700549e7 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
Snehalata Shirude aa2cdb2aa9 Added Marathi translation
Forward port of dccb2e3ead from the gimp-2-10 branch.
2018-07-07 11:49:01 +02:00