[Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
Hi I'm working on the Gaelic localization of the GIMP and I've run into the problem of having to re-order the placeholders in strings with multiple placeholders. I cannot find a format the GNOME will accept - I tried %2$s %1$s etc, then %$2s %$1s, no luck, then %2s %1s etc but still I get an

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Natterer
On Thu, 2014-01-30 at 10:18 +, Michael Bauer wrote: > Hi > > I'm working on the Gaelic localization of the GIMP and I've run into the > problem of having to re-order the placeholders in strings with multiple > placeholders. I cannot find a format the GNOME will accept - I tried > %2$s %1$s

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
Hi Mitch, Unless we've gotten the wrong end of the stick completely, we came to the conclusion that GNOME is the central repo for handling GIMP l10n (https://l10n.gnome.org/vertimus/gimp/master/po/gd) and it's the upload function there which gave me error messages when I tried re-ordering. I

Re: [Gimp-developer] How does it works ?

2014-01-30 Thread Shlomi Fish
Hi Tanguy, thanks for your interest in GIMP. please reply to all recipients. See http://shlom.in/reply . On Wed, 29 Jan 2014 11:42:39 +0100 Tanguy wrote: > Hello dear developers, > We are a group of 5 french students and we have to understand how such a > program works. Indeed our teacher aske

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Simon Budig
Michael Bauer (f...@akerbeltz.org) wrote: > Tha a' phongalachd \"%2$s\" aig an dealbh \"%1$s\" (%1$d) ach tha > dùil ris a' phongalachd \"%3$s\" I don't know what the original string is, but you're referring to the argument no 1 two times: one as a string, one as a decimal. That can't be right. B

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
Well, the source string says Image '%s' (%d) has precision '%s', but an image of precision '%s' is expected Michael 30/01/2014 10:31, sgrìobh Simon Budig: Tha a' phongalachd \"%2$s\" aig an dealbh \"%1$s\" (%1$d) ach tha >dùil ris a' phongalachd \"%3$s\" I don't know what the original strin

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Simon Budig
Michael Bauer (f...@akerbeltz.org) wrote: > Well, the source string says > > Image '%s' (%d) has precision '%s', but an image of precision '%s' > is expected Then try this: Tha a' phongalachd \"%3$s\" aig an dealbh \"%1$s\" (%2$d) ach tha dùil ris a' phongalachd \"%4$s\" (where I am unsure if 3

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
Then try this: Tha a' phongalachd \"%3$s\" aig an dealbh \"%1$s\" (%2$d) ach tha dùil ris a' phongalachd \"%4$s\" I did, still getting .po file does not pass 'msgfmt -vc'. Please correct the file and try again. (where I am unsure if 3 and 4 are in the right order - I currently can't even gu

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
PS I forgot to say, if I remove the string entirely, it uploads without problem, so it's definitely this one causing the issue Michael 30/01/2014 10:53, sgrìobh Simon Budig: Then try this: Tha a' phongalachd \"%3$s\" aig an dealbh \"%1$s\" (%2$d) ach tha dùil ris a' phongalachd \"%4$s\" ___

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Natterer
On Thu, 2014-01-30 at 10:28 +, Michael Bauer wrote: > Hi Mitch, > > Unless we've gotten the wrong end of the stick completely, we came to > the conclusion that GNOME is the central repo for handling GIMP l10n > (https://l10n.gnome.org/vertimus/gimp/master/po/gd) and it's the upload > functi

Re: [Gimp-developer] Search Action dialog feature

2014-01-30 Thread peter sikking
On Jan 29, 2014, at 23:04, Michael Natterer wrote: > All discussion aside, I have promised the guys that this would > go in a long time ago, and just needs some cleanup. then it was a complete waste of my time and expertise to get involved. it should not have been asked, if no one wanted to know

Re: [Gimp-developer] Changing order of placeholders

2014-01-30 Thread Michael Bauer
Does that mean it's a GNOME problem, rather than an error in the way I'm doing the re-ordering? Michael 30/01/2014 13:25, sgrìobh Michael Natterer: Hi Mitch, > >Unless we've gotten the wrong end of the stick completely, we came to >the conclusion that GNOME is the central repo for handling GIM

Re: [Gimp-developer] How does it work?

2014-01-30 Thread scl
Hi, I think you find many answers to your questions in the [GEGL code], which is GIMP's backend graphics library. Some other image processing parts are in the [GIMP code]. There the directories 'modules', 'plug-ins', 'libgimp*', 'devel-docs' look like the right places for you to look at. If you h