Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

FirefoxTranslations' offline use

  • 1 отговор
  • 0 имат този проблем
  • 2 изгледи
  • Последен отговор от TyDraniu

more options

Hello everyone

I wonder whether someone could assist me, please

Can FirefoxTranslations be used offline?

Whenever I try to use FirefoxTranslations offline, I get errors like:

"We found an error loading the translation engine"

or, sometimes,

"We could not find the translation engine to download" (even though the relevant language's translation-engine has already been downloaded.

I was under the impression that we could use FirefoxTranslations also offline, but it wouldn't be the first time I happen to be wrong........

In advance, thank you very much for your kind help

Christian

Hello everyone I wonder whether someone could assist me, please Can FirefoxTranslations be used offline? Whenever I try to use FirefoxTranslations offline, I get errors like: "We found an error loading the translation engine" or, sometimes, "We could not find the translation engine to download" (even though the relevant language's translation-engine has already been downloaded. I was under the impression that we could use FirefoxTranslations also offline, but it wouldn't be the first time I happen to be wrong........ In advance, thank you very much for your kind help Christian

Всички отговори (1)

more options

I asked devs about it. They say that it should work offline.

Definitely need to run whichever language you are planning on using through once with it online though. There may be a way to get around that limitation but easy enough to just do it one time. Another hack for sites that don't translate well or when I want to do my own little snippet translation I have this saved to a file on my desktop. I load it up and select the translation I'm interested in:

<html> <head> <title>Text to Translate</title> <script type="text/javascript"> function echofromform(event, textarea) { document.getElementById("output").textContent = textarea.value; } </script> </head> <body> <form> <textarea id="input" cols="60" rows="20" onKeyUp="echofromform(event,this)"></textarea> <br> </form> <br> <h3>Output</h3> <div id="output"><i>What you type will show up here...</i></div> </body> </html>

Which looks like in the attached screenshot: