Portfolio tanslation

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1376
    jaygm
    Member

    Hi,

    I would like to translate these phrases when portfolio items are waiting:
    “loading the next set of posts”
    “No more items to load”

    Could you possibly tell me where can I chage the content of those phrases?

    Thanks in advance

    #1380
    livemesh
    Keymaster

    You will need to modify the js/main.js file since I missed on enabling translation for these strings. Pls make the change in main.js file around line number 378 to –

    loading: {
         finishedMsg: 'No more items  to load.',
         msgText: 'Loading the next set of posts...',
         img: template_dir + '/images/loader.gif'
       }
    

    Pls change the English language strings above to your desired one. I will try to make the above strings translatable in my next update. Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.