Last modified: 2014-02-12 23:53:24 UTC
The message 'mobile-frontend-diffview-editcount' contains a {{PLURAL:$1}}, but $1 is something like '<div>19,247</div>', so {{PLURAL}} returns always singular (see https://fr.m.wikipedia.org/wiki/Special:MobileDiff/94625388 for example). Please add a second parameter which is the only number, non-formated.
Change 71630 had a related patch set uploaded by Jdlrobson: Bug 50571: Make plural work for mobile-frontend-diffview-editcount https://gerrit.wikimedia.org/r/71630
Change 71630 merged by jenkins-bot: Bug 50571: Make plural work for mobile-frontend-diffview-editcount https://gerrit.wikimedia.org/r/71630
As I can see in this patch, the number is still formated. But {{PLURAL:1,000|sg|pl}} returns 'sg', so 'mobile-frontend-diffview-editcount' will still be incorrectly displayed. This is the reason why I suggested to add a second parameter
Sorry, I verified : {{PLURAL:1,000|sg|pl}} returns 'pl' on an English wiki, I was testing on a French one.
*Confused* do I need to add a second parameter? I tried to use one but it seemed to have no effect. For me plural works with this patchset - but I've only tested on English - are you saying it doesn't?
Itβs working, the tests I did was incorrect.