Reply To: Portfolio tanslation

#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