I am unable to understand if this is with me only or with all kindly suggest a remedy, i get wrong number of Contrituotor in Progress Status here are my status

Progress status

Status overview

* 1 contributor
* 5234 strings to translate
* 449 translations recorded
* 1 suggestion awaiting approval

Top Contributor Displays

Top contributors

People with most approved translations

* abhisheknagar - 318 translations
* alok - 81 translations
* - 29 translations
* rahul - 16 translations
* aman - 6 translations
* abhishek - 2 translations

Progress Status Contradicts with Top Contributor i have more than once contributor but progress status displays only once contributor

status from http://l10n.kashipur.in (Hindi Team)

CommentFileSizeAuthor
#4 people-stats.patch2.92 KBgábor hojtsy

Comments

abhisheknagar’s picture

"1 contributor" is a string in

pages.inc:153, welcome.inc:47

hopefully the plural is not working fine

same applies to

"1 suggestion awaiting approval"

gábor hojtsy’s picture

There is also @count contributors, so it should not depend on the translations.

abhisheknagar’s picture

Yes there is @count contributors but still i dont know why its not working in my case check out http://drupall10n.com it shows

1 योगदानकर्ता which means 1 Contributor :(

in Top Contributor it shows 4 names

gábor hojtsy’s picture

Version: 6.x-1.0-alpha3 » 6.x-1.x-dev
Status: Active » Fixed
StatusFileSize
new2.92 KB

Here is a fix for the issue. The number of contributors was counting the number of people having an active (= outstanding) suggestion, while the top people list was rightfully only listing people with active suggestions, but was listing anonymous as well if you had suggestions for otherwise untranslated strings. The attached patch fixed these issues on localize.drupal.org, so I'd assume it will fix it for you as well. Sorry it took for so long, but this was the time I was faced with such a real life install where I had good test data to find out the actual issues.

abhisheknagar’s picture

Status: Fixed » Closed (fixed)

Thankx