Re: [darktable-dev] saving translated po file gives an error

2016-03-21 Thread Tobias Ellinghaus
Am Sonntag, 20. März 2016, 22:51:52 schrieb Jean-Luc Coulon: > I've already reported that problem some time ago. Maybe it was related to > the manual translation. > > When there is a %, it MUST be doubled. That is only true for format strings. msgfmt (or something else in the intltool chain) is

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ulrich Pegelow
I rephrased the tooltip text and avoided the percent sign. Ulrich Am 20.03.2016 um 22:18 schrieb Ger Siemerink: if I double it in poedit it says that translated and origin do not have same amount of % //and output ~/darktable# cd po && intltool-update nl && cd .. .

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Jean-Luc Coulon (f5ibh)
I've already reported that problem some time ago. Maybe it was related to the manual translation. When there is a %, it MUST be doubled. But it must be doubled both in msgid and msgstr. This way, the checks (msgfmt -c --statistics) are happy. But anyway, I think we can survive with this error an

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ger Siemerink
if I double it in poedit it says that translated and origin do not have same amount of % and output ~/darktable# cd po && intltool-update nl && cd .. ...

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ulrich Pegelow
Just tried it but it doesn't seem to work in terms of the output as a tooltip. Could you please check if the double %% would solve the translation issue? Maybe there is something different. In case of doubt I will remove the whole stuff related to that unused parameter. Ulrich Am 20.03.2016

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ger Siemerink
Thanks regards Ger 2016-03-20 22:01 GMT+01:00 Ulrich Pegelow : > Think I already got it. I need to replace "%" with "%%". Will do so asap. > > Ulrich > > Am 20.03.2016 um 21:26 schrieb Ger Siemerink: > >> Hello, >> >> Saving my translated nl.po file gives me an error. >> ​ >> String​ 831:the lev

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ulrich Pegelow
Think I already got it. I need to replace "%" with "%%". Will do so asap. Ulrich Am 20.03.2016 um 21:26 schrieb Ger Siemerink: Hello, Saving my translated nl.po file gives me an error. ​ String​ 831:the level of lens dependent correction, 100% for full dependency, 0% for the generic case poed

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ulrich Pegelow
Hi Ger, that's a string from ashift.c. I don't know what's wrong. However, if it's just that one string I could remove it. It belongs to a parameter that I finally decided to skip. The code is still there but the parameter is not shown. I could remove all related items. Ulrich Am 20.03.2016

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ger Siemerink
Jean-Luc, There is only one message visible, if I do understand you correct. Some strings do have a plural form, here I can't see ??? regards Ger 2016-03-20 21:57 GMT+01:00 Jean-Luc Coulon (f5ibh) < jean.luc.cou...@gmail.com>: > Hi, > > Please send both msgid and msgstr for the offending tem

Re: [darktable-dev] saving translated po file gives an error

2016-03-20 Thread Jean-Luc Coulon (f5ibh)
Hi, Please send both msgid and msgstr for the offending template Regards Jean-Luc 2016-03-20 21:26 GMT+01:00 Ger Siemerink : > Hello, > > Saving my translated nl.po file gives me an error. > ​ > String​ 831:the level of lens dependent correction, 100% for full > dependency, 0% for the generic

[darktable-dev] saving translated po file gives an error

2016-03-20 Thread Ger Siemerink
Hello, Saving my translated nl.po file gives me an error. ​ String​ 831:the level of lens dependent correction, 100% for full dependency, 0% for the generic case poedit reports: msgstr isn't lequal for C, different than msgid. in directive number 1 character "b" not a valid conversion specificati