A
A
Anton2015-10-05 08:51:13
Lightbox
Anton, 2015-10-05 08:51:13

Lightbox2 - how to make a Russian text output?

lightbox2 - how to make a russian display of images 1 of 4 ???
I opened:
/ lightbox / js
there lightbox.js
found an inscription in the file,

LightboxOptions.prototype.albumLabel = function(curImageNum, albumSize) {
      return "images" + curImageNum + " of" + albumSize;
    };

changed to:
LightboxOptions.prototype.albumLabel = function(curImageNum, albumSize) {
      return "Фото" + curImageNum + " из" + albumSize;
    };

On the front, the inscription is written in kryakozyabry, what should I do? how to withdraw Russian?
688e877e20504735813e0b98714fe7f9.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2015-10-05
Websaytovsky @ws17

I found solutions, save the lightbox.js file in utf-8 and check the BOM.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question