[translations] A couple of untranslated strings in 5.x core
Vasileios Lourdas
lourdas_v at yahoo.gr
Thu Aug 9 21:17:44 UTC 2007
On Thursday 09 August 2007 17:14:53 Gabor Hojtsy wrote:
> What files are these defined in? I guess in some theme.
>
> Gabor
You 're right! I'm using the Aberdeen theme, where node.tpl.php contains the
following lines:
<?php if ($submitted): ?>
<span class="submitted"><?php print t('Posted ') .
format_date($node->created, 'custom', "F jS, Y") . t(' by ') . th
eme('username', $node); ?></span>
<?php endif; ?>
<?php if (count($taxonomy)): ?>
<div class="taxonomy"><?php print t(' in ') . $terms ?></div>
<?php endif; ?>
Thanks for the tip. Next time, I'll look into the theme first.
--
# Vasileios Lourdas,
# Informatics Engineer, Thessaloniki (Greece)
# http://www.lourdas.name
More information about the translations
mailing list