Hello,
I am doing the translation in greek for this package and I found that when showing the links the label down the text named "Visit link_name_or_URL" can not be translated and does not exist in .pot files.
I found its existence in links.inc in function links_get_list.
is something missing to me ?
Comments
Comment #1
jvlagsma commentedI changed in file links.inc this line:
$visit = $page ? '' : 'Visit';
to this:
$visit = $page ? '' : t('Visit');
Comment #2
syscrusher commentedThis issue is fixed in the current releases of Links for Drupal 5 and Drupal 6. Thanks for the bug report.
Kind regards,
Scott