RSS Feed/News How do I translate phrases that are embedded in js

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
30,961
Points
823

Reputation:

How to translate phrases that are in the file fancybox.umd.js ?
Code:

Code:
l10n: { NEXT: "Next slide", PREV: "Previous slide", GOTO: "Go to slide #%d" },
*******************************
            l10n: Object.assign(Object.assign({}, y), {
                CLOSE: "Close",
                NEXT: "Next",
                PREV: "Previous",
                MODAL: "You can close this modal content with the ESC key",
                ERROR: "Something Went Wrong, Please Try Again Later"...

Read more

Continue reading...
 
Status
Not open for further replies.
Top