Welcome, Guest
Username: Password: Remember me
JO Responsive Instagram Photo Gallery

TOPIC: How translate texts?

How translate texts? 7 years 7 months ago #3951

Hi team !

How I can translate the following texts to Spanish?

I could not find the string that controls that part. I appreciate your help.

Regards !
Attachments:
The administrator has disabled public write access.

How translate texts? 7 years 7 months ago #3953

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Mauricio Prada
You can translate text (Author, Like Date) in line 141 in file modules/mod_jo_responsive_instagram_photo_gallery/js/instagramJournal.js

if (e += "", e += "<h1>" + a.attr("data-name") + "</h1>", e += "<p>" + a.attr("data-caption") + "</p>", e += "", e += '<ul class="details">', e += " <li><strong>Author</strong>: " + a.attr("data-author") + "</li>", e += " <li><strong>Likes</strong>: " + a.attr("data-likes") + "</li>", e += " <li><strong>Date</strong>: " + t + "</li>", e += "</ul>", e += '<div class="instagram-nav">', e += ' <a class="ps-prev"></a>', e += ' <a class="ps-close"></a>', e += ' <a class="ps-next"></a>', e += ' <div class="clear"></div>', e += "</div>", jQuery(".instagram-stage .instagram-content").html(e), a.hasClass("video")) {

and Text "Load more" in line 201

t.limit < 20 && s >= t.limit && "collage" != t.galleryMode || (t.element.find(".seachInstagramLoadMoreContainer").remove(), a == u && "Empty" != t.instagramBrowserNextMax && jQuery('<div class="seachInstagramLoadMoreContainer"><a class="seachInstagramLoadMore btninsg btn-inverse">Load More</a></div>').appendTo(t.element), "off" == e && jQuery(".seachInstagramLoadMoreContainer").remove())

Best regards
Bach Pham
Last Edit: 7 years 7 months ago by Super User.
The administrator has disabled public write access.
Time to create page: 0.057 seconds