• Resolved Cagatay Belgen

    (@belgen)


    Hello,

    I searched all files, but I couldn’t file “CLOSE” , “image number of number” strings.

    Can you please tell me which files to edit?

    ps: please don’t tell me to email somewhere. just write down here so other people can take advantage of this “secret” information.

    https://ww.wp.xz.cn/plugins/wp-lightbox-2/

Viewing 1 replies (of 1 total)
  • wpdevart

    (@wpdevart)

    Hi dear user.

    First of all “CLOSE” is not a text it is an image, here is close button location “wp-lightbox-2\styles\images”.

    You can change “image number of number” from this wp-lightbox-2\wp-lightbox-2.php.
    Find this two strings –

    'image' => __('Image ', 'jqlb'),
    'of' => __(' of ', 'jqlb'),

    then change this way for example –

    'image' => __('translatedImage ', 'jqlb'),
    'of' => __(' translatedof ', 'jqlb'),

    Best regards,
    WpDevArt support team.

Viewing 1 replies (of 1 total)

The topic ‘How to make localization’ is closed to new replies.