<div dir="ltr"><div>Hi. <br></div><div><br></div><div>%u was also used only at msgid_plural, thats why i left it out in [0] and [1] translations. I changed line 233. Let see if it works.</div><div>Plural forms are defined correctly. I also changed Project-Id-Version to 4.14.</div><div><br></div><div>Ilija<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 27. Feb. 2020 um 20:43 Uhr schrieb scootergrisen <<a href="mailto:scootergrisen@gmail.com">scootergrisen@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Den 27-02-2020 kl. 19:18 skrev Ilija Ćulap:<br>
> Hi. Here are the problems:<br>
> <br>
> ====<br>
> msgfmt: po/hr.po.new: warning: PO file header fuzzy<br>
>                        warning: older versions of msgfmt will give an <br>
> error on this<br>
> po/hr.po.new:13: warning: header field 'Project-Id-Version' still has <br>
> the initial default value<br>
> po/hr.po.new:233: number of format specifications in 'msgid_plural' and <br>
> 'msgstr[0]' does not match<br>
> msgfmt: found 2 fatal errors<br>
> ====<br>
> <br>
> And like zvacet said, it does not matter how we translate, it always <br>
> shows the problem.<br>
> <br>
<br>
%u only exists in the [2] translation of of the following:<br>
<br>
#: ../thunar/thunar-application.c:2142<br>
#, c-format<br>
msgid ""<br>
"Are you sure that you want to permanently\n"<br>
"delete the selected file?"<br>
msgid_plural ""<br>
"Are you sure that you want to permanently\n"<br>
"delete the %u selected files?"<br>
msgstr[0] "Jeste li sigurni da želite trajno izbrisati odabranu datoteku?"<br>
msgstr[1] ""<br>
"Jeste li sigurno da želite trajno izbrisati\n"<br>
"odabrane datoteke?"<br>
msgstr[2] ""<br>
"Jeste li sigurno da želite trajno izbrisati\n"<br>
"%u odabranih datoteka?"<br>
<br>
If %u was added to [0] and [1] the error would go away.<br>
<br>
Check that this string in the header is correct for the language:<br>
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && <br>
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"<br>
<br>
I don't think Transifex allows for translators to change the header.<br>
If you change the header and upload the file Transifex will just change <br>
the header.<br>
<br>
But you are looking at the 4.14 file. In master it says:<br>
"Project-Id-Version: Thunar\n"<br>
_______________________________________________<br>
Xfce-i18n mailing list<br>
<a href="mailto:Xfce-i18n@xfce.org" target="_blank">Xfce-i18n@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce-i18n" rel="noreferrer" target="_blank">https://mail.xfce.org/mailman/listinfo/xfce-i18n</a><br>
</blockquote></div>