gimp/po-libgimp
Niels De Graef f663d26ab5 Migrate from intltool to gettext
intltool has long been dead upstream. Let's not poke the dead corpse,
please.

This commit is quite large, but that's mostly since trying to support a
hybrid of both gettext and intltool with both Meson and Autotools was
really hard, so I stopped trying.

Due to gettext relying on quite some things being at the exactly right
place in the autotools build (like `ABOUT-NLS` and `config.rpath`) we
really needed to cleanup the `autogen.sh` to only call `aclocal` and
`autoreconf`. No more strange magic; I tried to do it without changing
too much in the file, and things just broke. If people want to do
something more custom, they can just change the script directly. This
change also uncovered some problems in our `configure.ac`, like using
deprecated macros.

The following major changes happened:

* meson: Changed `custom_target()` to `i18n.merge_file()` for all
  supported file types
* Added `.its` and `.loc`  files for the GIMP-specific XML formats, so
  that gettext understands them
* For the `.isl` (Window installer stuff) file, there's no easy way to
  do this in gettext, so instead we start from an XML file (again with
  its own ITS rules etc), translate that with gettext, and then use
  `xsltproc` with a bit of magic to output the .isl file for each
  language
* the `po*/Makefile.in.in` files are migrated to `Makevars` files,
  which gettext natively understands.

Fixes: https://gitlab.gnome.org/GNOME/gimp/-/issues/8028
2022-06-25 10:25:49 +02:00
..
.gitignore Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
LINGUAS Add Georgian translation 2022-04-23 18:47:21 +00:00
Makevars Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
POTFILES.in Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
POTFILES.skip po*: update POTFILES.skip with the new toplevel extensions/ folder 2020-10-25 19:14:35 +01:00
ar.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
az.po Add Language headers to po files 2016-07-17 15:17:42 +02:00
be.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
bg.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
br.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
bs.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
ca.po Update Catalan translation 2021-04-25 19:06:54 +02:00
ca@valencia.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
cs.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
da.po Update Danish translation 2022-04-28 16:26:19 +00:00
de.po Update German translation 2022-06-19 15:26:42 +00:00
dz.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
el.po Updated Greek translation 2021-05-07 16:26:49 +03:00
en_CA.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
en_GB.po Update British English translation 2022-02-16 16:52:57 +00:00
eo.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
es.po Update Spanish translation 2022-05-20 14:33:31 +00:00
et.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
eu.po Update Basque translation 2021-04-21 20:03:38 +00:00
fa.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
fi.po Update Finnish translation 2022-06-08 16:54:07 +00:00
fr.po Update French translation 2022-04-21 08:40:30 +00:00
ga.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
gl.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
gu.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
he.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
hr.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
hu.po Update Hungarian translation 2022-06-10 22:47:24 +00:00
id.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
is.po Update Icelandic translation 2021-10-11 13:24:42 +00:00
it.po Updated Italian translation 2021-03-01 11:21:09 +01:00
ja.po Update Japanese translation 2021-01-16 22:43:44 +00:00
ka.po Add Georgian translation 2022-04-23 18:47:21 +00:00
kab.po Update Kabyle translation 2021-12-05 19:56:25 +00:00
kk.po Update Kazakh translation 2020-07-21 05:00:54 +00:00
km.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
ko.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
lt.po Update Lithuanian translation 2021-04-18 20:21:35 +00:00
lv.po Update Latvian translation 2021-11-14 18:54:03 +00:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
mk.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
mr.po Added Marathi translations 2018-07-07 18:20:31 +02:00
ms.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
my.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
nb.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
ne.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
nl.po Update Dutch translation 2022-03-29 15:30:26 +00:00
nn.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
oc.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
pa.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
pl.po Update Polish translation 2020-10-25 10:02:42 +01:00
pt.po Update Portuguese translation 2022-06-22 12:03:59 +00:00
pt_BR.po Update Brazilian Portuguese translation 2021-03-23 16:25:29 +00:00
ro.po Update Romanian translation 2020-11-15 12:15:54 +00:00
ru.po Deweirdify recent Russian translation update, part 1 of many 2022-05-16 22:03:00 +03:00
rw.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
sk.po Update Slovak translation 2020-10-09 10:44:52 +00:00
sl.po Update Slovenian translation 2022-05-23 15:47:06 +00:00
sr.po Update Serbian translation 2021-01-18 19:06:33 +00:00
sr@latin.po Update Serbian (Latin) translation 2021-01-08 00:21:27 +00:00
sv.po Update Swedish translation 2022-05-14 18:45:13 +00:00
ta.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
te.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
tr.po Update Turkish translation 2019-11-03 01:31:08 +00:00
uk.po Update Ukrainian translation 2022-06-06 17:02:26 +00:00
vi.po Update Vietnamese translation 2021-09-05 08:23:50 +00:00
xh.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
yi.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
zh_CN.po Update Chinese (China) translation 2022-05-23 22:16:41 +00:00
zh_HK.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
zh_TW.po po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00