Yuri Chornoivan
1fddc3b1c4
Update Ukrainian translation
2023-08-26 18:43:35 +00:00
Boyuan Yang
e28f6fa617
Update Chinese (China) translation
2023-08-26 18:17:49 +00:00
Sabri Ünal
f869a79812
data: add gimpsaveprocedure.c to the POTFILES.in
...
A leftover from my previous commit: b7ab467cde
2023-08-26 16:26:30 +03:00
Ekaterine Papava
d2ea72e371
Update Georgian translation
2023-08-26 03:41:35 +00:00
Sabri Ünal
b2979e0534
Update Turkish translation
2023-08-22 20:20:27 +00:00
Luming Zh
6bccd77e87
Update Chinese (China) translation
2023-08-12 19:52:52 +00:00
Martin
26cb91ddcf
Update Slovenian translation
2023-08-11 23:16:41 +00:00
Sabri Ünal
a460650f75
Update Turkish translation
2023-08-11 11:17:26 +00:00
Luming Zh
eb6d1b485a
Update Chinese (China) translation
2023-08-04 19:47:06 +00:00
Danial Behzadi
248cadcfd8
Update Persian translation
2023-07-29 00:36:28 +00:00
Balázs Úr
13dcc85daa
Update Hungarian translation
2023-07-26 23:40:40 +00:00
Jordi Mas
54728e0fe1
Update Catalan translation
2023-07-25 10:53:09 +02:00
Anders Jonsson
b9f2e157cb
Update Swedish translation
2023-07-15 18:28:52 +00:00
Martin
7ec86cd448
Update Slovenian translation
2023-07-15 16:47:57 +00:00
Luming Zh
b18894ccfd
Update Chinese (China) translation
2023-07-07 12:09:41 +00:00
Jordi Mas
780cda6f72
Update Catalan translation
2023-07-02 07:40:17 +02:00
Marco Ciampa
53f929dc9c
Updated Italian translation
2023-07-01 12:00:38 +02:00
Alexandre Prokoudine
0c453edc78
Update Russian translation
2023-06-27 19:21:14 +02:00
Anders Jonsson
fa04370cd1
Update Swedish translation
2023-06-25 10:33:35 +00:00
Asier Sarasua Garmendia
e3bf2c1f00
Update Basque translation
2023-06-04 07:35:44 +00:00
Michael Natterer
26dce72d2c
Remove autotools
2023-05-27 00:03:52 +02:00
Alexander Shopov
8f9b8b3d58
Update Bulgarian translation
2023-05-15 09:32:36 +00:00
Alexander Shopov
eff5230370
Update Bulgarian translation
2023-05-11 13:37:09 +00:00
Martin
b333b54842
Update Slovenian translation
2023-04-24 20:14:40 +00:00
Yuri Chornoivan
cd792f831f
Update Ukrainian translation
2023-04-24 15:30:23 +00:00
Rodrigo Lledó
08cdf546fc
Update Spanish translation
2023-04-24 14:26:56 +00:00
Sabri Ünal
940fe5e2a9
Update Turkish translation
2023-04-17 15:38:00 +00:00
Jehan
f785f18892
po*: add menus folder to the POTFILES.skip of various gettext modules.
2023-04-15 14:56:01 +02:00
Asier Sarasua Garmendia
23e3621e3a
Update Basque translation
2023-03-27 18:12:11 +00:00
Balázs Úr
ea2b0a3818
Update Hungarian translation
2023-03-15 00:03:40 +00:00
Sveinn í Felli
f852b8e572
Update Icelandic translation
2023-02-28 13:18:35 +00:00
Tim Sabsch
1fd4b270e2
Update German translation
2023-02-25 21:16:30 +00:00
dimspingos
e0f070a649
Update Greek translation
2023-02-22 10:01:06 +02:00
Sabri Ünal
2f9d431271
Update Turkish translation
2023-02-14 21:22:04 +00:00
Piotr Drąg
d19a397cf8
Update Polish translation
2023-02-12 13:17:44 +01:00
Sabri Ünal
c72c2e5716
Update Turkish translation
2023-02-02 12:29:35 +00:00
Yuri Chornoivan
e3ee010be1
Update Ukrainian translation
2023-01-27 14:40:18 +00:00
Hugo Carvalho
cb45d4d5cc
Update Portuguese translation
2023-01-25 12:10:24 +00:00
Rodrigo Lledó
3229a68e8a
Update Spanish translation
2023-01-23 18:08:56 +00:00
Martin
41f838db8b
Update Slovenian translation
2023-01-22 17:27:50 +00:00
Ekaterine Papava
6df84c25f1
Update Georgian translation
2023-01-21 15:53:46 +00:00
Rodrigo Lledó
37fc28c9f3
Update Spanish translation
2023-01-20 18:01:20 +00:00
lloyd konneker
d59a7af38c
libgimp: API refactor GUI for GimpResource
...
Simplifies chooser widgets (e.g. GimpBrushSelect) by eliminating attributes (e.g. opacity) of chosen resource.
See #8745 , but this commit fixes that by first refactoring the code.
Refactors GUI widgets (e.g. GimpBrushSelectButton and GimpBrushSelect etc.)
Refactor by "Extract class" GimpResourceSelectButton from GimpBrushSelectButton etc.
This moves common code into an inherited class (formerly called GimpSelectButton)
but the subclasses still exist.
The subclasses mainly just do drawing now.
Refactor by "Extract module" GimpResourceSelect from GimpBrushSelect etc.
Moves common code into one file, generic at runtime on type of GimpResource,
that is, the new code dispatches on type i.e. switch statements.
In the future, when core is changed some of that can be deleted.
The files gimpbrushselect.[c,h] etc. are deleted.
The module adapts the API from core to the API of callbacks to libgimp.
Note that core is running the resource chooser (select) widgets remotely.
Core is still calling back over the wire via PDB with more attributes
than necessary.
The new design gets the attributes from the resource themselves,
instead of receiving them from core callback.
The libgimp side adapts by discarding unneeded attributes.
In the future, core (running choosers for plugins) can be simplified also.
Fix gimp_prop_chooser_brush_new same as other resources.
Finish changes, and clean style.
Annotations
2023-01-14 16:38:40 +00:00
Martin
d30667f5fe
Update Slovenian translation
2023-01-13 22:53:25 +00:00
Yuri Chornoivan
a73b9f235e
Update Ukrainian translation
2023-01-13 14:56:21 +00:00
Hugo Carvalho
2b85fdd439
Update Portuguese translation
2023-01-12 14:16:16 +00:00
Alan Mortensen
874d239bc1
Update Danish translation
2023-01-03 15:11:05 +00:00
Cristian Secară
3698d0975f
Update Romanian translation
2022-12-08 22:13:58 +00:00
Alexandre Prokoudine
4caa543dee
Update Russian translation
2022-11-13 21:29:47 +03:00
Sveinn í Felli
ccfb56d6ce
Update Icelandic translation
2022-09-08 16:48:47 +00:00
Sabri Ünal
0a587f2601
Update Turkish translation
2022-08-21 17:41:16 +00:00
Zurab Kargareteli
177bb822b6
Update Georgian translation
2022-07-27 15:30:42 +00:00
Asier Sarasua Garmendia
a6dc09824c
Update Basque translation
2022-07-23 09:45:14 +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
Hugo Carvalho
cbe879c5b1
Update Portuguese translation
2022-06-22 12:03:59 +00:00
Tim Sabsch
538915c48e
Update German translation
2022-06-19 15:26:42 +00:00
Balázs Úr
acab78e915
Update Hungarian translation
2022-06-10 22:47:24 +00:00
Jiri Grönroos
cadadaa2fa
Update Finnish translation
...
(cherry picked from commit 5d34a88fc0
)
2022-06-08 16:54:07 +00:00
Yuri Chornoivan
26859e1ef6
Update Ukrainian translation
2022-06-06 17:02:26 +00:00
Luming Zh
3fd21f98cf
Update Chinese (China) translation
2022-05-23 22:16:41 +00:00
Martin
cf737a703f
Update Slovenian translation
2022-05-23 15:47:06 +00:00
Rodrigo Lledó
519e8745d2
Update Spanish translation
2022-05-20 14:33:31 +00:00
Alexandre Prokoudine
5da57f9c51
Deweirdify recent Russian translation update, part 1 of many
2022-05-16 22:03:00 +03:00
Aleksandr Melman
18c80c0710
Update Russian translation
2022-05-15 14:35:36 +00:00
Aleksandr Melman
baa406b821
Update Russian translation
2022-05-15 14:16:04 +00:00
Anders Jonsson
5924196007
Update Swedish translation
2022-05-14 18:45:13 +00:00
Hugo Carvalho
8ef8774d90
Update Portuguese translation
2022-05-14 17:27:05 +00:00
Yuri Chornoivan
64bfebc7a0
Update Ukrainian translation
2022-05-14 15:18:08 +00:00
Alan Mortensen
940cd267f8
Update Danish translation
2022-04-28 16:26:19 +00:00
Alan Mortensen
c0461ea955
Update Danish translation
2022-04-24 17:11:16 +00:00
Zurab Kargareteli
54cdeef950
Add Georgian translation
2022-04-23 18:47:21 +00:00
Claude Paroz
0d0e02433c
Update French translation
2022-04-21 08:40:30 +00:00
Nathan Follens
cc849a58d5
Update Dutch translation
2022-03-29 15:30:26 +00:00
Bruce Cowan
19ac1f3c4f
Update British English translation
2022-02-16 16:52:57 +00:00
Yacine Bouklif
9dda014b57
Update Kabyle translation
2021-12-05 19:56:25 +00:00
Rūdolfs Mazurs
3973cde1a8
Update Latvian translation
2021-11-14 18:54:03 +00:00
Sveinn í Felli
27e92a5be9
Update Icelandic translation
2021-10-11 13:24:42 +00:00
Sveinn í Felli
9a76db4d5f
Update Icelandic translation
2021-10-11 06:34:48 +00:00
Hugo Carvalho
b803fca037
Update Portuguese translation
2021-10-06 21:35:54 +00:00
Ngọc Quân Trần
f4bbaf4321
Update Vietnamese translation
2021-09-05 08:23:50 +00:00
Boyuan Yang
fd0bb89026
Update Chinese (China) translation
2021-07-28 19:37:06 +00:00
Ngọc Quân Trần
bd985585bb
Update Vietnamese translation
2021-05-11 07:51:46 +00:00
dimspingos
89e83ae5e4
Updated Greek translation
2021-05-07 16:26:49 +03:00
Jordi Mas
5115fd8db9
Update Catalan translation
2021-04-25 19:06:54 +02:00
Jordi Mas
3950cc2c83
Update Catalan translation
2021-04-25 19:02:46 +02:00
Asier Sarasua Garmendia
2cb0d0a220
Update Basque translation
2021-04-21 20:03:38 +00:00
Aurimas Černius
ea083055b4
Update Lithuanian translation
2021-04-18 20:21:35 +00:00
Rodrigo Lledó
a539c6d3c7
Update Spanish translation
2021-04-03 10:00:06 +00:00
Enrico Nicoletto
2c965139cd
Update Brazilian Portuguese translation
2021-03-23 16:25:29 +00:00
Rodrigo Costa
fac9d9b5d5
Update Brazilian Portuguese translation
...
(cherry picked from commit 8c1e7679a0
)
2021-03-23 15:06:16 +00:00
Martin Srebotnjak
51a0278ae2
Updated Slovenian translation
2021-03-03 17:17:36 +01:00
Marco Ciampa
87669c2a1c
Updated Italian translation
2021-03-01 11:21:09 +01:00
Balázs Úr
f70f24dda2
Update Hungarian translation
2021-02-14 00:17:47 +00:00
Jordi Mas
d3194c1f2f
Update Catalan translation
2021-01-21 22:07:45 +01:00
Jordi Mas
4e8087be85
Update Catalan translation
2021-01-18 22:59:59 +01:00
Милош Поповић
82f9329481
Update Serbian translation
2021-01-18 19:06:33 +00:00
sicklylife
26903fde73
Update Japanese translation
2021-01-16 22:43:44 +00:00
sicklylife
cca6830077
Update Japanese translation
2021-01-11 01:47:56 +00:00
sicklylife
f572d77999
Update Japanese translation
2021-01-11 01:43:33 +00:00
Jordi Mas
d0d0c9f8df
Update Catalan translation
2021-01-09 23:17:52 +01:00
Yuri Chornoivan
c15e9bad03
Update Ukrainian translation
2021-01-08 09:14:36 +00:00
Милош Поповић
d60b74b391
Update Serbian (Latin) translation
2021-01-08 00:21:27 +00:00
Милош Поповић
0bd5eb3ad1
Update Serbian translation
2021-01-08 00:19:06 +00:00
Anders Jonsson
a2965b1974
Update Swedish translation
2021-01-07 22:01:45 +00:00
dimspingos
1ba3052c66
Updated Greek translation
2020-12-29 21:50:24 +02:00
Jordi Mas
d4392d0bc6
Update Catalan translation
2020-12-22 20:10:01 +01:00
Anders Jonsson
f68d91e87f
Update Swedish translation
2020-12-17 21:41:08 +00:00
Yuri Chornoivan
fdd949ae69
Update Ukrainian translation
2020-12-17 19:56:09 +00:00
Yuri Chornoivan
a30cbb22d9
Update Ukrainian translation
2020-12-15 19:25:35 +00:00
Anders Jonsson
e108584c55
Update Swedish translation
2020-12-15 18:52:21 +00:00
Anders Jonsson
822d875589
Update Swedish translation
2020-12-07 20:08:09 +00:00
Yuri Chornoivan
502dcf7d19
Update Ukrainian translation
2020-12-06 12:44:55 +00:00
Piotr Drąg
d6913fd622
Update POTFILES.in
2020-12-06 12:54:21 +01:00
Cristian Secară
4dd64e75c3
Update Romanian translation
2020-11-15 12:15:54 +00:00
Cristian Secară
85fe0e7243
Update Romanian translation
2020-11-04 12:56:47 +00:00
Cristian Secară
2997230416
Update Romanian translation
2020-11-01 23:28:14 +00:00
Cristian Secară
f90f183b01
Update Romanian translation
2020-10-26 11:00:11 +00:00
Michael Natterer
fa37ca9aa0
po*: update POTFILES.skip with the new toplevel extensions/ folder
2020-10-25 19:14:35 +01:00
Piotr Drąg
df8d0bccba
Update Polish translation
...
Fixes https://gitlab.gnome.org/Teams/Translation/pl/-/issues/9
2020-10-25 10:02:42 +01:00
Dušan Kazik
45fb76beb4
Update Slovak translation
...
(cherry picked from commit 1b2f58f8ce
)
2020-10-09 10:44:52 +00:00
Jehan
67e2e1b5bb
app, libgimp, plug-ins: move Orientation metadata handling into core.
...
Orientation is now handled by core code, just next to profile conversion
handling.
One of the first consequence is that we don't need to have a non-GUI
version gimp_image_metadata_load_finish_batch() in libgimp, next to a
GUI version of the gimp_image_metadata_load_finish() function in
libgimpui. This makes for simpler API.
Also a plug-in which wishes to get access to the rotation dialog
provided by GIMP without loading ligimpui/GTK+ (for whatever reason)
will still have the feature.
The main advantage is that the "Don't ask me again" feature is now
handled by a settings in `Preferences > Image Import & Export` as the
"Metadata rotation policy". Until now it was saved as a global parasite,
which made it virtually non-editable once you checked it once (no easy
way to edit parasites except by scripts). So say you refused the
rotation once while checking "Don't ask again", and GIMP will forever
discard the rotation metadata without giving you a sane way to change
your mind. Of course, I could have passed the settings to plug-ins
through the PDB, but I find it a lot better to simply handle such
settings core-side.
The dialog code is basically the same as an app/dialogs/ as it was in
libgimp, with the minor improvement that it now takes the scale ratio
into account (basically the maximum thumbnail size will be bigger on
higher density displays).
Only downside of the move to the core is that this rotation dialog is
raised only when you open an image from the core, not as a PDB call. So
a plug-in which makes say a "file-jpeg-load" PDB call, even in
INTERACTIVE run mode, won't have rotation processed. Note that this was
already the same for embedded color profile conversion. This can be
wanted or not. Anyway some additional libgimp calls might be of interest
to explicitly call the core dialogs.
2020-09-24 12:43:41 +02:00
Zander Brown
273ff383dd
Update British English translation
2020-09-20 10:56:04 +00:00
Piotr Drąg
09475b539a
Update POTFILES.in
2020-09-13 13:59:44 +02:00
Yacine Bouklif
3dc47c05e6
Add Kabyle translation
2020-09-10 22:17:41 +00:00
Daniel Mustieles
167b8d3780
Updated Spanish translation
2020-09-07 09:37:48 +02:00
Stephan Woidowski
a81846d1b6
Update German translation
...
(cherry picked from commit 95fcd80466
)
2020-09-05 14:35:09 +00:00
Boyuan Yang
d7b96c4b76
Update Chinese (China) translation
2020-08-29 14:42:19 +00:00
Yuri Chornoivan
e8de03c5b5
Update Ukrainian translation
2020-08-08 12:56:04 +00:00
Piotr Drąg
30d73c6311
Update Polish translation
2020-08-06 16:37:00 +02:00
Anders Jonsson
b8d151367d
Update Swedish translation
2020-08-05 22:00:46 +00:00
Baurzhan Muftakhidinov
962a1cfea6
Update Kazakh translation
2020-07-21 05:00:54 +00:00
Baurzhan Muftakhidinov
5169264e1c
Update Kazakh translation
...
(cherry picked from commit 7942fe66b7
)
2020-07-21 04:51:37 +00:00
Boyuan Yang
f40d702696
Update Chinese (China) translation
2020-07-01 19:25:44 +00:00
Anders Jonsson
1c38e2122b
Update Swedish translation
2020-06-29 00:08:34 +00:00
Piotr Drąg
b5659e8aa4
Update Polish translation
2020-06-28 13:00:42 +02:00
Yuri Chornoivan
d7e7457329
Update Ukrainian translation
2020-06-27 18:12:12 +00:00
Anders Jonsson
bcebc9f6e2
Update Swedish translation
2020-06-17 18:00:53 +00:00
Cristian Secară
d26ce5bb54
Update Romanian translation
2020-06-03 16:31:24 +00:00
Cristian Secară
fbf7072972
Update Romanian translation
2020-06-02 17:11:02 +00:00
Hannie Dumoleyn
f8be175c21
Update Dutch translation
2020-06-01 11:12:56 +00:00
Marco Ciampa
9bcca65dc5
Updated Italian translation
2020-05-31 16:10:28 +02:00
Cristian Secară
1037afae61
Update Romanian translation
2020-05-29 10:59:03 +00:00
Jordi Mas
fd95575bf3
Fixes to Catalan translation
2020-05-28 22:06:08 +02:00
Anders Jonsson
96c795bebe
Update Swedish translation
2020-05-10 19:32:28 +00:00
Jordi Mas
b2f21ded85
Update Catalan translation
2020-04-09 22:17:23 +02:00
Yuri Chornoivan
489c5c9d05
Update Ukrainian translation
2020-03-18 10:18:02 +00:00
Tim Sabsch
52a12742b4
Update German translation
...
(cherry picked from commit 8bfb3bc368
)
2020-02-12 19:05:45 +00:00
Balázs Meskó
cee6a9ea4c
Update Hungarian translation
2020-02-12 17:36:36 +00:00
Sveinn í Felli
a55a8ee010
Update Icelandic translation
2020-02-09 17:25:35 +00:00
Jordi Mas
44a7adfd9d
Fixes to Catalan transation
2019-12-23 19:22:04 +01:00
Dimitris Spingos
54020c2597
Updated Greek translation
2019-11-13 14:23:31 +02:00
Jordi Mas
2315bc3fa0
Update Catalan translation
2019-11-04 21:32:06 +01:00
Emin Tufan Çetin
84023a01d8
Update Turkish translation
2019-11-03 01:31:08 +00:00
Alan Mortensen
27c86f7bb6
Updated Danish translation of gimp-libgimp
2019-10-24 23:53:25 +02:00
Michael Natterer
db6a0c6841
po-libgimp: update POTFILES.in
2019-10-23 19:08:34 +02:00
Asier Sarasua Garmendia
1a4fbf0c8a
Update Basque translation
2019-10-12 06:57:13 +00:00
Rodrigo Lledó
b4c08d66c2
Update Spanish translation
2019-10-07 07:03:43 +00:00
Rūdolfs Mazurs
bdfd0055e0
Update Latvian translation
...
(cherry picked from commit e6ce73d5e1
)
2019-10-05 20:06:13 +00:00
Martin Srebotnjak
67b3d78911
Updated Slovenian translation
2019-09-28 21:26:17 +02:00
Martin Srebotnjak
2ea77e8780
Updated Slovenian translation
2019-09-26 20:50:34 +02:00
Michael Natterer
8b53d25eb9
po-libgimp: update POTFILES.in
2019-09-25 01:05:55 +02:00
Hannie Dumoleyn
287c8ffd5d
Update Dutch translation
2019-09-14 08:16:11 +00:00
Michael Natterer
81ff4941a0
libgimpmodule: clean up GimpModule and GimpModuleDB
...
- make all struct members private
- add accessors
- rename functions
- remove unused API
2019-09-13 13:11:23 +02:00
Félix Piédallu
65eff6f150
Meson port.
2019-09-11 16:42:04 +02:00
Balázs Meskó
64a49c374a
Update Hungarian translation
2019-09-07 17:55:21 +00:00
Michael Natterer
a351ce9126
Remove the entire old plug-in interface
2019-09-04 00:03:12 +02:00
Martin Srebotnjak
72d865daa0
Updated Slovenian translation
2019-08-26 22:24:44 +02:00
Martin Srebotnjak
b04c96afb3
Updated Slovenian translation
2019-08-24 20:26:58 +02:00
Anders Jonsson
a4fb6b9ae9
Update Swedish translation
...
(cherry picked from commit 70273f8d41
)
2019-08-16 20:30:53 +00:00
Piotr Drąg
76d1ad414d
Update POTFILES.in
2019-08-12 13:35:04 +02:00
Michael Natterer
8a462e867d
libgimp: add a GimpProcedure class
...
Mostly the same code as GimpProcedure in app/pdb/.
Move the "run" function to GimpProcedure. Add API to GimpPlugIn to
list and create procedures, and always keep a list of the plug-ins
procedures around. Still only using the old params and return_vals.
2019-07-26 02:11:35 +02:00
Dimitris Spingos
e7e0064bd7
Updated Greek translation
2019-07-23 13:31:32 +03:00
Bruce Cowan
1da9c3134d
Update British English translation
...
(cherry picked from commit 04d5eaee39
)
2019-07-06 19:03:26 +00:00
Piotr Drąg
b274789747
Update Polish translation
2019-06-30 15:35:37 +02:00
Anders Jonsson
236a33a927
Update Swedish translation
...
(cherry picked from commit e8f7b3575d
)
2019-06-11 19:07:01 +00:00
Tim Sabsch
a6f50a6bc4
Update German translation
...
(cherry picked from commit d85f3f7a1e
)
2019-05-05 14:45:34 +00:00
Piotr Drąg
15a62eea8e
Update Polish translation
2019-04-28 16:20:07 +02:00
Carles Ferrando Garcia
d0529dc5d0
Update Catalan translation
2019-04-27 06:16:26 +00:00
Balázs Meskó
abbf4d157d
Update Hungarian translation
2019-04-26 05:43:31 +00:00
lumingzh
9ee3a8a08b
Update zh_CN translation of po-libgimp
2019-04-20 01:07:46 +08:00
Sabri Ünal
2522df0d2f
Update Turkish translation
2019-04-17 18:56:15 +00:00
Tim Sabsch
862bf4af60
Update German translation
...
(cherry picked from commit b9ed4a7f14
)
2019-04-13 18:21:37 +00:00
Julien Hardelin
5d331a1f90
Update French translation
2019-04-10 18:11:06 +00:00
Rūdolfs Mazurs
2e4a066a6b
Update Latvian translation
...
(cherry picked from commit 4204dab5f6
)
2019-03-31 09:25:36 +00:00
Dimitris Spingos
b2969a11e1
Updated Greek translation
2019-03-25 20:08:43 +02:00
Martin Srebotnjak
79e1c9668e
Updated Slovenian translation
2019-03-22 21:40:43 +01:00
Dimitris Spingos
8e8535ac5b
Updated Greek translation
2019-03-17 21:55:30 +02:00
Sveinn í Felli
9494be76a3
Update Icelandic translation
2019-03-12 14:13:02 +00:00
Sveinn í Felli
5a35e92913
Update Icelandic translation
...
(cherry picked from commit 1c143228f0
)
2019-03-11 19:47:20 +00:00
Nathan Follens
f49c436755
Update Dutch translation
...
(cherry picked from commit 114db4f60a
)
2019-03-08 09:57:34 +00:00
Sabri Ünal
2f674ebf9b
Update Turkish translation
2019-03-08 08:03:37 +00:00
Alan Mortensen
7664744def
Updated Danish translation of gimp-libgimp
2019-03-03 15:08:46 +01:00
Alan Mortensen
cf94f611c9
Updated Danish translation of gimp-libgimp
2019-01-22 16:26:28 +01:00
Anders Jonsson
8fd072dc29
Update Swedish translation
...
(cherry picked from commit dd2a4cd97f
)
2018-12-31 23:40:41 +00:00
Piotr Drąg
cbee0ed5a3
Update Polish translation
2018-12-23 13:53:27 +01:00
Anders Jonsson
fbee6a6582
Update Swedish translation
...
(cherry picked from commit 99e1de90a6
)
2018-10-25 19:24:03 +00:00
Piotr Drąg
1cc3c3e5a4
Update Polish translation
2018-10-23 21:23:48 +02:00
Rodrigo Lledó
075ba4eccc
Update Spanish translation
2018-10-22 09:31:02 +00:00
Balázs Meskó
30d7599389
Update Hungarian translation
2018-10-06 17:12:22 +00:00
Hannie Dumoleyn
d853f56203
Update Dutch translation
...
(cherry picked from commit c3f43465a4
)
2018-10-02 07:22:35 +00:00