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)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | people-stats.patch | 2.92 KB | gábor hojtsy |
Comments
Comment #1
abhisheknagar commented"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"
Comment #2
gábor hojtsyThere is also @count contributors, so it should not depend on the translations.
Comment #3
abhisheknagar commentedYes 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
Comment #4
gábor hojtsyHere 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.
Comment #5
abhisheknagar commentedThankx