There are two places where "%count" shows up instead of the zero number:
- when counting zero guests
- when counting zero reads
Solution:
- search for translated strings "\%count" (the backslash is for avoiding SQL interpreting it as a wildcard)
- correct the 2 translations of "@count" setting both to "@count" instead of "%count"
Comments
Comment #1
elopio commentedDownload the latest version of drupal 6 spanish translation.
Comment #2
arhak commentedThanks a lot !
BTW, the interface at the group doesn't work for me (some JavaScript uncaught exception).
How can I contribute?
I unable to use CVS. Is there a way to work on some .po without overlapping somebody else's work?
Comment #3
jose reyero commentedThe %count issue is fixed.
About the translation interface, we'll be updating the l10n server modue, hope it is fixed there.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.