I have searched all forums and can't find the issue before. I have the following issue:
For some reason the counter doesn't work. It displayes the following:
"There are %count images in this album"
(I have to translate from Dutch, considering this page, my page, is in Dutch, so it might be displaying it slightly different in English.)
I haven't found documentation about this issue before, so I hope I haven't missed it and am not posting this redundantly. Is there anyone with the same problem, or a fix to it? Please let me know.
I am running the most up to date version of Drupal and Image.
Thanks
--Joris
Comments
Comment #1
Aeonius commentedBump... *anyone?*
Comment #2
joachim commentedWorks for me.
Did you change anything in the view that might cause it not to have the data it needs?
Alternatively, what happens when you switch the site to English?
(BTW: 4 days is not especially long response time. Please remember module maintainers are doing this in their spare time.)
Comment #3
Aeonius commentedI didn't change a thing. Switching to English "solves" the problem... Though my site has to be in Dutch, so...
What can I do about this?
Oh, and sorry if I was a bit impatient. I am still building the site and rather stressed. =)
Thanks!
Comment #4
joachim commentedThe code has this:
169: 'There are @count images in this gallery'
It looks like the Dutch translation is out of date -- contact the translation team about it, or file a correction on the localization site.
Comment #5
Aeonius commentedWell... it doesn't say "there are %count images in this gallery", it says "er zijn %count afbeeldingen in dit album". It translates the whole sentence, but skips the counting part.
Isn't there a bit of code I can change or add?
Comment #6
Aeonius commentedComment #7
joachim commented> "er zijn %count afbeeldingen in dit album"
Yes. But it should be @count, not %count.
> Isn't there a bit of code I can change or add?
I think you can submit the correction yourself to the translation site.
(BTW, 'needs review' means there is a patch.)