Adds 3rd party translators to Twitter
اعتبارا من
Adds a "Translate with ..." button to Tweets and Bios.
This was a fork of DeepL Twitter translation
Stable:
Beta:
Hosted on GitHub, disable stable!
//#region Config
/**
* Need to edit the config manually
*/
let cfg = {
/** Preferred language
* @type {'en'|'zh'|'nl'|'fr'|'de'|'it'|'ja'|'pl'|'pt'|'ru'|'es'} */
lang: ('en'),
/** Preferred translator, lowercase only!
* @type {'deepl'|'yandex'|'bing'|'google'|'mymemory'|'translate'} */
translator: ('deepl'),
/** Preferred display
* @type {'text'|'icon'|'text + icon'} */
display: ('text + icon'),
};
//#endregion
Twitters built-in translation uses Google Translate, TweetDeck uses Bing Microsoft Translator.
| Translators | Supported |
|---|---|
| DeepL Translate | ✔️ |
| Yandex Translate | ✔️ |
| Bing Microsoft Translator | ✔️ |
| Google Translate | ✔️ |
| MyMemory | ✔️ |
| Translate.com | ✔️ |