Closed (cannot reproduce)
Project:
Corolla
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 20:00 UTC
Updated:
28 Nov 2012 at 18:00 UTC
Jump to comment: Most recent
Comments
Comment #1
Jeff Burnz commentedI don't know what you are referring to by "comment label".
Comment #2
Anonymous (not verified) commentedI think I know what Grzegorz was referring to as I have most probably hit the same issue. Please look at templates/comment-wrapper.tpl.php. There's a line like this:
print format_plural($node->comment_count, '1 comment', '@count comments');This text is not translated from English to other languages. I'm using Corolla 7.x-3.0-rc1.
Comment #3
Jeff Burnz commentedProbably the translator is not doing things correctly:
http://api.drupal.org/api/drupal/includes%21common.inc/function/format_p...
Comment #4
4kant commentedAlready solved that in a former d7 project but had not documented it. That´s why I do it here:
Go to the node type administration of the node type you want to adapt the label --> Go to "Comment fields" --> edit comment body --> change or "translate" the label of the comment body to your linkings.
Of course that´s not real translation but I only needed the German version of that label...
If you need more than one language just install internationalization module - then you´ll see the Tab "translation" when you edit the comment body.