coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Re-apply/colmpile the text replacement after each template loading via ajax. #63

Open amitshahc opened 8 years ago

amitshahc commented 8 years ago

I have one single json file containing all language data. but every time i replace the template inside div content i need to call the same command again which again loads the language json file from server. is it possible to just execute the replace command?