MyBB Community Forums

Full Version: Integrate google translate or any translate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to add like this , i think google api is disabled for free, so any way to add translation with easy integration.....?? bing or other simillar to google translate

[Image: workspace1059.png]


or spreadsheet method posted in below site:
http://stackoverflow.com/questions/61516...nslate-api




Solution found : (need better)
https://translate.google.com/manager/
Where you saw this thing ? URL, website??
above one is using google translate api, but now it's disabled for free users..so it's no more working Sad

that's why i asked for bing or other alternative to integrate with mybb, because translation is VERY impoRTant


Some others free alternatives to integrate with mybb:

http://www.microsofttranslator.com/dev/ (have api)
http://mymemory.translated.net/doc/spec.php (have api)
http://www.webservicex.net/ws/wsdetails.aspx?wsid=63
http://www.speaklike.com/access-professi...n-via-api/
I use a nifty code snippet from Google to allow any user to translate to / from any supported language...
<!-- {Auto Google Translate} -->
<script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'auto',
    multilanguagePage: true,
    gaTrack: true,
    gaId: 'Enter Your G Analytics code here'
  });
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
paste in your footer template

It's a little bit more annoying than before.. but it works.

Add Rep Button
in top it showing to select the language, good Smile

[Image: f24e7ed9f4.png]

but, any way to "Click to Translate" button because it's working and even it translate with cookies (after login, because guests are not able to view content in some sites, but this plugin translate even after login )


SO is it possible to create mods like this to enable/disable button......??

i think, this may help ==>> https://translate.google.com/manager/

better we need hide button to slide, instead of close Smile
it's not as nice as direct implementation, but it's free and it works.. I know.. it's annoying.. but if you go to the google translation page I believe somewhere there's a link to where you can customize this some more.
yes gunner it's free, thanks for giving this tip Smile , because every one is strucking in this which is essential to forums/websites

sure some will create a mod for this to eradicate this annoying thing...

once again thanks buddy Smile
oh, sorry, lol you're very welcome.. now if I can only find solutions to my problems lol ^^
http://community.mybb.com/thread-99187.html

This is what you are after. It still works but isn't as good as it used to be.