Closed (duplicate)
Project:
Lightbox2
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2009 at 11:55 UTC
Updated:
4 Oct 2009 at 22:53 UTC
How can I translate "Text for image page link", "Text for image original link", "Image count text", "Page count text" and "Video count text" in general configuration?
1. I appended
$conf['i18n_variables'] = array(
'lightbox2_node_link_text',
'lightbox2_download_link_text',
'lightbox2_image_count_str',
'lightbox2_page_count_str',
'lightbox2_video_count_str',
);
to settings.php and I translated texts in Translate interface, but texts are still in default language. Thanks
Comments
Comment #1
stella commentedIf you have caching enabled, you may need to clear it.
Comment #2
stella commentedduplicate of #353238: Translation using i18n's multilingual variables doesn't work