https://issues.apache.org/ooo/show_bug.cgi?id=122910

--- Comment #18 from [email protected] ---
plural rules that I can use in Pootle to add the language, see for example
http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html?id=l10n/pluralforms

sr = nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 &&
(n%100<10 || n%100>=20) ? 1 : 2);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to