<div dir="ltr"><div>Hi,</div><div><br></div><div>we have a contributor that used PoEdit to provide new translation in Croatian.</div><div>However, they are using PoEdit and the default plural form is 
<span class="gmail-pl-s">(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2)</span>  (<a href="https://github.com/vslavik/poedit/blob/598495175eb415d950dc9cd2759dc86bed27b7d1/src/language_impl_plurals.h#L61">https://github.com/vslavik/poedit/blob/598495175eb415d950dc9cd2759dc86bed27b7d1/src/language_impl_plurals.h#L61</a>)</div><div><br></div><div>In KDE, the plural form for Croatian is (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)</div><div><br></div><div>The issue was raised in <a href="https://github.com/vslavik/poedit/issues/596">https://github.com/vslavik/poedit/issues/596</a> and the conclusion was that both forms are equivalent. </div><div>When I commited the previous file, scripty automatically changed the plural form to the KDE one: <a href="https://websvn.kde.org/trunk/l10n-kf5/hr/messages/gcompris/gcompris_qt.po?r1=1641122&r2=1641125">https://websvn.kde.org/trunk/l10n-kf5/hr/messages/gcompris/gcompris_qt.po?r1=1641122&r2=1641125</a></div><div><br></div><div>Is it an issue or only a nitpick as both are the same and scripty will "fix" it?</div><div>Also, it only happens for new files. If I have a Croatian file with the plural form used by KDE, and I update it, PoEdit do not change it on saving.<br></div><div><br></div><div>Cheers,</div><div><br></div><div>Johnny<br></div></div>