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

stella’s picture

If you have caching enabled, you may need to clear it.

stella’s picture

Status: Active » Closed (duplicate)