MyBB Community Forums

Full Version: Tradução de post automático
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alguém sabe se existe algum plugin que traduza os posts do fórum para outra linguagem automaticamente?

Exemplo meu fórum totalmente em português que traduza para espanhol?
i am not sure about the automatic progress but there an another option to do tge same thing .

add it to your footer area
<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'pt'}, 'google_translate_element');
}
</script>

add this to your headerinclude_template

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>