http://localize.drupal.org/translate/projects?page=53
F.E. filenode showing 0, but there are few strings in suggestions (good to see here suggestions from some kind of translation group (filter may be...))
Good to see it fixed with possibility for sorting by "Suggestions" and "Untranslated"
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | suggestions-0.patch | 1.44 KB | gábor hojtsy |
Comments
Comment #1
gábor hojtsyIndeed, http://localize.drupal.org/translate/projects/filenode shows there are suggestions while http://localize.drupal.org/translate/projects?page=53 does not. Interesting.
Comment #2
podarokit is for all projects - 0
8(
Comment #3
gábor hojtsyMoving to queue for the underlying software.
Comment #4
gábor hojtsyOk, this is actually due to a bug in the stats function, which just reuses keys previously used. I'm not sure why it does not overwrite the translations values, but interestingly it does not. Anyway, once the array key is fixed, the stats are fixed (after cache clearing) on my machine. Also, I found a query which can be a little bit more simplified, so did that as well, while I was at it. Will deploy this on localize.drupal.org soon (today).
Comment #5
gábor hojtsyDeployed and it works. Thanks for the report.