Commit Graph

2858 Commits

Author SHA1 Message Date
Balázs Úr 4bb592fd71 Update Hungarian translation 2022-09-19 22:52:19 +00:00
Martin bb0e243374 Update Slovenian translation 2022-09-18 09:39:31 +00:00
Anders Jonsson 46e75e952c Update Swedish translation 2022-09-13 17:04:14 +00:00
Boyuan Yang 7c9a1f5021 Update Chinese (China) translation 2022-09-11 19:30:56 +00:00
Hugo Carvalho 1c5c1d90b8 Update Portuguese translation 2022-09-11 13:46:58 +00:00
Yuri Chornoivan 2f6ca56301 Update Ukrainian translation 2022-09-11 06:11:09 +00:00
Hugo Carvalho cd6011db71 Update Portuguese translation 2022-09-02 13:42:25 +00:00
Piotr Drąg b2729643f8 Update Polish translation 2022-08-28 15:26:07 +02:00
Martin 50a1fd6ed3 Update Slovenian translation 2022-08-26 12:05:01 +00:00
Yuri Chornoivan 82789d469c Update Ukrainian translation 2022-08-25 20:15:01 +00:00
Hugo Carvalho a66989d534 Update Portuguese translation 2022-08-23 17:01:29 +00:00
Martin 106d0565bf Update Slovenian translation 2022-08-23 08:20:58 +00:00
Alexandre Prokoudine 02739dd6e6 Update Russian translation 2022-08-22 11:24:17 +03:00
Anders Jonsson 93ef3bf1cc Update Swedish translation 2022-08-20 15:55:08 +00:00
Yuri Chornoivan 86cbd1a28a Update Ukrainian translation 2022-08-19 20:15:23 +00:00
Martin 5c5f593919 Update Slovenian translation 2022-08-19 14:49:55 +00:00
Anders Jonsson 18065236bf Update Swedish translation 2022-08-19 09:54:13 +00:00
Martin 6ec57d2542 Update Slovenian translation 2022-08-15 22:22:16 +00:00
Martin f05f1dcdb9 Update Slovenian translation 2022-08-15 22:21:04 +00:00
Rodrigo Lledó 1bb2e8f8e2 Update Spanish translation 2022-08-15 17:41:53 +00:00
Zurab Kargareteli 062b5290cd Update Georgian translation 2022-08-12 04:36:26 +00:00
Luming Zh dbbcc6bd51 Update Chinese (China) translation 2022-08-10 15:15:57 +00:00
Yuri Chornoivan 98eedef51b Update Ukrainian translation 2022-08-09 16:39:44 +00:00
Hugo Carvalho dd580717f0 Update Portuguese translation 2022-08-08 22:43:14 +00:00
Luming Zh 3d670e6d3b Update Chinese (China) translation 2022-08-01 21:23:44 +00:00
Zurab Kargareteli 9e3be486dd Add Georgian translation 2022-07-28 07:42:38 +00:00
Rodrigo Lledó cac7ed93a0 Update Spanish translation 2022-07-26 14:52:56 +00:00
Martin 4924666a62 Update Slovenian translation 2022-07-24 16:03:20 +00:00
Asier Sarasua Garmendia 29b9ddc069 Update Basque translation 2022-07-24 08:47:31 +00:00
Hugo Carvalho 4509cdbbf7 Update Portuguese translation 2022-07-20 09:33:54 +00:00
Yuri Chornoivan b3ef62e059 Update Ukrainian translation 2022-07-20 05:59:04 +00:00
Hugo Carvalho fa38f75d5c Update Portuguese translation 2022-07-19 12:56:38 +00:00
Yuri Chornoivan d0dd97cbc2 Update Ukrainian translation 2022-07-17 18:42:16 +00:00
Martin 620fefac84 Update Slovenian translation 2022-07-16 20:00:45 +00:00
Rodrigo Lledó 24d775cc00 Update Spanish translation 2022-07-12 17:36:42 +00:00
Hugo Carvalho 6aadd6f862 Update Portuguese translation 2022-07-11 15:28:28 +00:00
Yuri Chornoivan a2f5551e6d Update Ukrainian translation 2022-07-09 15:32:02 +00:00
Jehan e1c0c80007 po-plug-ins: adding plug-ins/common/file-wbmp.c to POTFILES.
Thanks to Piotr Drąg for reminding us!
2022-07-09 13:22:30 +02:00
Martin 70331d843d Update Slovenian translation 2022-07-08 17:47:41 +00:00
Hugo Carvalho 74b208df86 Update Portuguese translation 2022-07-08 13:34:54 +00:00
Yuri Chornoivan ccf6ecf43f Update Ukrainian translation 2022-07-07 16:44:41 +00:00
Hugo Carvalho 997edb278c Update Portuguese translation 2022-07-07 11:15:44 +00:00
Rodrigo Lledó 8f1f698b91 Update Spanish translation 2022-07-06 22:57:04 +00:00
Yuri Chornoivan 1ee477d45b Update Ukrainian translation 2022-07-05 14:47:43 +00:00
Rodrigo Lledó 8955a9f202 Update Spanish translation 2022-07-01 12:12:03 +00:00
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
Yuri Chornoivan c813779ff8 Update Ukrainian translation 2022-06-24 06:30:13 +00:00
Hugo Carvalho 9b1cbcf85d Update Portuguese translation 2022-06-23 22:00:06 +00:00
Martin 29790b234f Update Slovenian translation 2022-06-23 05:12:03 +00:00
Jehan 3e6822b49d po-plug-ins: adding js and lua demo plug-ins to the POTFILES.
As noticed by Piotr Drąg.
2022-06-22 22:56:24 +02:00