Closed (duplicate)
Project:
Image
Version:
5.x-1.4
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2007 at 02:44 UTC
Updated:
15 Jul 2007 at 20:29 UTC
This is bug is present in all version of the image module.
Even though we can translate Preview and Thumbnail, all links showing below images are hard coded to Preview and Thumbnail.
The module author should separate the link label from the actual link.
Currently:
<li class="image_size_preview"><a href="/images/myimage?size=preview" class="image_size_preview active">Preview</a></li>
Expected:
<li class="image_size_preview"><a href="/images/myimage?size=preview" class="image_size_preview active">t(Preview_translated)</a></li>
Comments
Comment #1
drewish commentedduplicate of http://drupal.org/node/70396