https://bugzilla.wikimedia.org/show_bug.cgi?id=47099
--- Comment #2 from Santhosh Thottingal <[email protected]> --- The differences between MW and CLDR(latest) are: 1. 'few' form used as 'zero' form in MW. Practially that make 'one' form used as 'two' form and 'two' used as 'few' form. That means we cannot do a fix(moving to CLDR) without breaking existing gv {{PURAL}} usage. 2. CLDR defines 'few' form as n % 100 = 0,20,40,60 but MW adds 80 also to that list, ie n % 100 = 0,20,40,60, 80. There must be some reasoning behind this change, but we need a native gv speaker to understand it. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
