Closed (duplicate)
Project:
Spanish translation
Version:
5.x-1.x-dev
Component:
PO files
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jan 2007 at 01:39 UTC
Updated:
25 Jul 2008 at 02:20 UTC
"Posts show "%count lectures" instead of the actual number of times the article has been read". The new version that as been uploaded fixes the problem when %count=1 but when %count>1 the the old error occurs.. ("%count lectures")
Thanks for your help,
Guimier
Comments
Comment #1
geeloo commentedLast commit fixed this bug.
Please report any problem.
Thanks.
Comment #2
(not verified) commentedComment #3
mpeirano commentedI seem to have the same problem. I get %count instead of the actual number. Is this a language file problem? Thanks
Comment #4
amorales@drupal.org.es commentedThis bug is not yet fixed. It may be "active".
Comment #5
edgar saumell commentedSame problem here too. It happens to me with garland fluid, not tried with other templates since it is my admin theme and site's theme is custom, and doesn't show that variable.
I have this modules installed:
cck
feedapi
forward
google_analytics
i18n
mailout
pathauto
taxonomy_access
tinymce
token
views
not all of them are enabled but they had been sometime.
Hope it helps someone.
Edgar Saumell
PS: Multilingual site: Catalan, Spanish and English
Comment #6
ElSanto commented#: modules/user/user.module:776,779
msgid "1 guest"
msgid_plural "@count guests"
msgstr[0] "1 invitado"
msgstr[1] "%count invitados"
%count invitados change for @count invitados
Comment #7
jose reyero commentedhttp://drupal.org/node/140379
(That one describes the issue better)