gtranslate
gtranslate copied to clipboard
Translate the selected text using Google Translate.
This is a working port to WebExtension. Fixes #66 and #85 I did not write a new Makefile as I'm not familiar with it.
Hi all, Mozilla introduce a new way to develop add-on (again). Here comes the WebExtensions. The main advantages of WebExtension for gTranslate are the following: - Support several browsers -...
The bug was that if Firefox's locale (browser.useragent.locale in about:config) was such that there weren't translations for that locale in data/languages.json file, gtranslate's menucontext didn't show up at all. To...
As suggested by @PerfectSlayer in #77, the addon description might need an update. At the moment we have the following descriptions: GitHub project description: > Translate the selected text using...
Now that the addon is localized, how about using a translation service? Github has three such [integrations](https://github.com/integrations/feature/localization). I haven't used any of those, only [Weblate](https://weblate.org/) which is used by Osmand...
Seems to work. I tried to make a dropdownlist in the options first, but the sdk only allows integers as keys, which would make it a lot more work, so...
Good morning / afternoon / night. forgive me for the mistakes, if any ,I do not speak English. the program can specify only one direction of translation.(auto > any SET...
Hello, gtranslate is in the list of addons for Firefox Android. But how do the right click on a touch screen after selecting the text ? Thanks.
Hi, I added an option to listen to Google Translate's TTS voice. Works on the Firefox developer edition(46.0a2), I can't test it on the main release because of the extension...
The mystery variable from https://github.com/bpierre/gtranslate/blob/master/providers/google-translate.js#L79 is taken from the html of the translate homepage, and seems to change every day. You can find it if you go to translate.google.com, view...