Open
Description
9.8
- Add localization to more languages name.
- Add to the list of target languages, the target languages supported exclusively by Bing.
- Prevent the extension from automatically starting the translation on the website opened with the
Open in google translate
option. - Add Privacy tab in settings page.
- Add option to use alternative translation service if current translation service doesn't support target language.
- If a translation service is unavailable, should an alternative be automatically used as well?
- Option to disable specific translation services.
- Perhaps the Privacy tab should be bundled with Storage. This is because the translation cache is related to privacy as well.
- Add option to use alternative translation service if current translation service doesn't support target language.
- Add Experimental tab in the settings page.
- Option to add a new translation service.
- DeepL Free API support.
- Libretranslate support.
- Option to add a new translation service.
- Check if text from the _locales folder containing HTML, can inject HTML code into the extension, or if these texts that come from crowdin are always treated well.
- Add Improve Translation button in page translation panel.
- Option to set the site's original language.
- This language will be the default for TTS.
- Option to set target language.
- Option to change the
Do not sort translation results
setting. - Option to set translation service.
- Option to set the site's original language.
- Add pronunciation buttons to both the original text and translation. #635
- Add option to manually set extension interface language.
- hitting ctrl twice on popup window translates the whole page but... #577
- Fix: Selected text translation not working in other extensions popup
- The translation breaks the Wikipedia layout #647
- fix: keep original whitespace characters at beginning and end of TextNode #448
- Add dynamic translation to PDF files without having to convert PDF to HTML.
- Why aren't interfaces, such as the comment section on this website, capable of being translated? #654
- Feature request #656
- [BUG] Gitako extension not working with TWP #570
9.9
- Bing as a text-to-speech service
- Fix the position of the scroll bar of the translate selected text panel (In RTL too).
- Check if
shadowRoot
,<template>
and<slot>
are translated correctly. - Ensure that
currentTranslationsInProgress
receives a valid result from the translation service. - Request: Add <tex-math> ignore feature #704
- Firefox: hide extension with three finger touch #702
- Color scheme breaking #581
- invisible translate icon in incognito #678
10.0
- Fix: In Chrome, the translate selected text panel is not localized to the language selected in settings.
- Fix: Extension icon color when using some themes.
- Fix flash of unstyled content on some sites #770
- Disable on-disk translation cache.
- Move the in-memory translation cache to the content script. To avoid possible bottlenecks.
- Language detection in Android version
- New interface for the mobile popup (Android)
- text to speech Support volume setting #775
- Issue: Auto-Translation failure in private windows, no translation on Yandex.xxx, Firefox: No options in the "More Options Window" #774
- Stop auto translate in iframes #772
- 选中文本翻译问题 #711
- Thank You. And #563
- feature:
<ESC>
to close the floating window #735 - Easier way to dismiss pop-up #748
- Add an option for the translate selected text button to only appear when needed. That is, if you selected little text, or only numbers, the button should not appear.
- When the DeepL tab opens, a message should appear informing about why this tab opened and how to stop this tab from appearing.
10.1
- [Bug] Language selector is empty #797
- Refactor all contentScript and background.js file
- Refactor the popup and options folder files.
- Improve pageTranslator so that it has the quality it has when the
Do not sort the google translate results
option is on, while preserving text where it should, like when that option is off. Just like Chrome's translator does. - Add in the selected text translation panel a button to disable the translate selected text button.
- Option to change the website font if the website is in an RTL language.
- Option to set text language of selected text (useful for tts).
- To listen to the original selected text, it is necessary to use the language detected by the translation service.
- Make extension icon red if there are translation errors.
- Show a message with meta information about the error.
- A translation error occurred.
- HTTP_500 RT_300;
- The request was invalid
- Show a message with meta information about the error.
- Use
setPointerCapture
to move the panel to translate selected text. - Edit the number of target languages #636
- mouse over translate show too slow #592
- Translation on Youtube #593
- When choosing to translate pages, the post is hidden when clicking SEE MORE on facebook #572
- Can't translate Youtube video descriptions and comments #616
- Poor Yandex translation in comparison with QTranslate #451
- Extension keeps using an audio stream causing pc to not go to sleep[Bug] #802
10.2
- Refactor the HTML and CSS files. Use shadowRoot, templates and slot concepts to create the interface.
- Completely redesign the options page, making it more intuitive and easier to use.
- Create a new interface style for the translate page panel.
- Options to change: font size, button size, which options should appear in the translate selected text panel.
- Make the entire extension interface friendly to RTL languages.
- Add more themes besides Dark and Light.
- Define the theme to be used automatically, to adapt to the theme of the site being visited.
11
- There will be no version 11. After 10, I intend for all to be 10.(something). Example: 10.45
- At this point I expect to have less than 30 issues open on Github.
Some other stuff:
- Verify the viability of a new translation mode. By pressing
Ctrl + Shift
the text over the mouse is translated without showing a panel, similar to page translation. - Check the feasibility of using the
TreeWalker
andIntersectionObserveAPI
API. - Check the feasibility of translating with DeepL without using official API and without opening a new tab.
- Find out why this crash happened: New update causes Brave to hang for over 10 minutes until the extension crashes (SBOX_FATAL_MEMORY_EXCEEDED) #617
- Make a list of top contributors from crowdin.
- Check the feasibility of adding safari support.
- Create an exclusive extension for Firefox Mobile with support for the option
Automatically translate when clicking on a link that takes you to the same domain as the current site
. The extension's page would also have instructions on how to install it. -
Check the feasibility of adding the CLD2 or CLD3 library in the extension, so that it is possible to detect language in Firefox Mobile.Firefox Mobile 120+ supports language detection. - Check how Firefox Translations detects language in Firefox Mobile.
- Check the feasibility of adding support for Firefox Translations in the extension (probably in a separate extension that complements TWP. Although Mozilla does not allow extensions that depend on others to work.
- Create a new extension to translate text from images.
- For this, the Tesseract.js library will be used.
Activity