<div dir="ltr"><div>I really dont know what to do. I opened the file in Geany and looked for those lines, but i really donot know what to do. Problem is that there are msgid, msgid_plural, msgstr[0], msgstr[1] and msgstr[2]</div><div><br></div><div>Cheers,</div><div>Ilija Culap<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 20. Feb. 2020 um 20:06 Uhr schrieb Rafael Fontenelle <<a href="mailto:rafaelff@gnome.org">rafaelff@gnome.org</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">Hi Ilija<br>
<br>
Em qui., 20 de fev. de 2020 às 15:47, Ilija Ćulap<br>
<<a href="mailto:ilija.culap14@gmail.com" target="_blank">ilija.culap14@gmail.com</a>> escreveu:<br>
><br>
> Hi guys. I received many mails from transifex, that my commit isnt accepted.<br>
><br>
> ====<br>
> msgfmt: po/hr.po.new: warning: PO file header fuzzy<br>
>                       warning: older versions of msgfmt will give an error on this<br>
> po/hr.po.new:13: warning: header field 'Project-Id-Version' still has the initial default value<br>
<br>
If you open the translation file in an text editor (e.g. Mousepad,<br>
vim, nano, etc.), you should see that in the line 13 there is the<br>
field Project-Id-Version. The warning message is to say "change it, do<br>
not keep the default value". Consider renaming with the project name<br>
(e.g. Mousepad). Note this is a warning, not an error, but it is nice<br>
to not use the default value.<br>
<br>
> po/hr.po.new:233: number of format specifications in 'msgid_plural' and 'msgstr[0]' does not match<br>
<br>
In line 233, there is placeholder mismatch. For instance, if msgid[0]<br>
has a "%s", the msgstrg[0] should have too. Likewise, if msgid[0] does<br>
not have a "%s", msgstrg[0] should not have it. If you missed it,<br>
"msgfmt" will complain about it. Placeholders like "%s" are variables,<br>
which will receive values like number or a string that can be seen<br>
when using the software.<br>
<br>
You can fix this using an text editor, a Gettext-compatible editor or<br>
even Transifex, but to find the specific line an text editor might be<br>
the easiest way<br>
<br>
> po/hr.po.new:219: number of format specifications in 'msgid_plural' and 'msgstr[0]' does not match<br>
<br>
Same explanation as above.<br>
<br>
Cheers,<br>
Rafael Fontenelle<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>