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

elopio’s picture

Status: Active » Fixed

Download the latest version of drupal 6 spanish translation.

arhak’s picture

Thanks 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?

jose reyero’s picture

The %count issue is fixed.

About the translation interface, we'll be updating the l10n server modue, hope it is fixed there.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.