Commit Graph

536 Commits

Author SHA1 Message Date
37295576b5 Update Ukrainian translation 2023-07-28 13:35:49 +00:00
7b737ecff7 Update Slovenian translation 2023-07-26 08:57:13 +00:00
3d1325f52a Update Georgian translation 2023-07-26 03:49:57 +00:00
54728e0fe1 Update Catalan translation 2023-07-25 10:53:09 +02:00
8e75c39164 Update Ukrainian translation 2023-07-17 20:57:06 +00:00
a4afaecf6e Update Georgian translation 2023-07-16 04:53:00 +00:00
f8fd1d9175 Update Swedish translation 2023-07-15 18:30:28 +00:00
fc43fe371c Update Slovenian translation 2023-07-15 16:50:35 +00:00
8d0393bd4d Update Catalan translation 2023-07-15 12:38:36 +02:00
26dce72d2c Remove autotools 2023-05-27 00:03:52 +02:00
df394a35eb Update Chinese (China) translation 2023-05-03 19:33:37 +00:00
5ca592a337 Update Swedish translation 2023-05-03 09:08:58 +00:00
b14189defa Update Bulgarian translation 2023-04-16 14:19:08 +00:00
f785f18892 po*: add menus folder to the POTFILES.skip of various gettext modules. 2023-04-15 14:56:01 +02:00
60354a0e59 Update Bulgarian translation 2023-04-13 19:22:04 +00:00
ecf25a6a7d Update Basque translation 2023-03-27 18:07:08 +00:00
418e747853 Update Greek translation 2023-03-14 22:54:06 +02:00
e3f150b241 Update Hungarian translation 2023-03-10 23:45:51 +00:00
1497d4d5d8 Update Turkish translation 2023-02-02 12:28:22 +00:00
41ab0fe2ab Update Ukrainian translation 2023-01-27 14:42:51 +00:00
27dac96f83 Update Portuguese translation 2023-01-25 12:14:53 +00:00
e4dae320bc Update Spanish translation 2023-01-23 18:14:12 +00:00
e7c9b9d073 Update Slovenian translation 2023-01-22 17:30:49 +00:00
4b6ff68094 Update Georgian translation 2023-01-21 15:56:08 +00:00
c2318f6664 Update Spanish translation 2023-01-20 18:06:46 +00:00
2c1a168790 Update Georgian translation 2023-01-14 14:35:34 +00:00
5b39bca3cd Update Slovenian translation 2023-01-13 22:56:00 +00:00
3256cf16cb Update Ukrainian translation 2023-01-13 14:57:42 +00:00
5242cd46db Update Portuguese translation 2023-01-12 14:19:53 +00:00
db8416398a Update Danish translation 2023-01-03 15:11:40 +00:00
dc20b1d123 Update Chinese (Taiwan) translation
(cherry picked from commit ec5c48005e)
2022-12-31 00:01:10 +00:00
b8e732cfd8 Update Romanian translation 2022-12-08 22:16:01 +00:00
4caa543dee Update Russian translation 2022-11-13 21:29:47 +03:00
0581df1caa Update POTFILES.skip 2022-10-16 14:17:40 +02:00
524317753a Update Hungarian translation 2022-09-19 23:04:03 +00:00
e6acb15d5c Update Turkish translation 2022-08-21 18:03:18 +00:00
4520735208 Update Swedish translation 2022-08-17 08:18:18 +00:00
69fe09ee10 Add Georgian translation 2022-07-28 07:48:03 +00:00
e66bc4154d Update Basque translation 2022-07-24 08:50:12 +00:00
bc170d278b Update Brazilian Portuguese translation 2022-07-07 01:31:07 +00:00
001728cfc0 Update Spanish translation 2022-07-01 11:41:59 +00:00
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
929c3706ed Update Chinese (China) translation 2022-06-13 17:29:43 +00:00
5b43206bfe Update Portuguese translation 2022-06-12 21:18:36 +00:00
e6c58f5254 Update Slovenian translation 2022-06-07 14:53:17 +00:00
d3cee62a3a Update Ukrainian translation 2022-06-05 08:43:34 +00:00
d72cead60b Updated Greek translation 2022-04-25 15:41:42 +03:00
1688eb82d3 Update Danish translation 2022-04-24 17:10:48 +00:00
74ff1213e5 Update French translation 2022-04-15 13:38:07 +00:00
3805379ae7 Update Icelandic translation
(cherry picked from commit 60e8093c4e)
2022-04-12 10:20:28 +00:00