Drupal Translate
cojack - June 26, 2009 - 08:34
| Project: | beginning |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | cojack |
| Status: | active |
Jump to:
Description
File: node.tpl.php
Line: 27
What is wrong? There is a Tags: without function to translate it to other language if you have multi or your own language is diferent than English.
How it have to look like to work good?
<?php
if ($terms) {
?><?php
print t('Tags :'); print $terms
?><?php
}
?>For author,
if you remove this in the nevest version, regads, if not here you have a new repot bug.

#1
ok, thanks. will fixe this ASAP, it's just a mistake due a to a lapse in concentration .... ;-)
#2
You are welcome ;)