You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get this to work for hours now and I just cannot seem to get it working.
Is translate.js outdated?
Code:
<html><head><title>Translation test</title></head><body><h1class="trn">test</h1><scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><scriptsrc="jquery.translate.js"/><scripttype="text/javascript">vardict={"test": {en: "This is the translation"}}$('body').translate({lang: "en",t: dict});//use English</script></body></html>
The text was updated successfully, but these errors were encountered:
It still works I used it recently, please take a look to the Source code of the Live demo for more details, don't hesitate to ask me if you square up to any problem,
I have been trying to get this to work for hours now and I just cannot seem to get it working.
Is translate.js outdated?
Code:
The text was updated successfully, but these errors were encountered: