Bug 1870305 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

### Description

This bug tracks the progress of creating the context-menu item that will open the Select Translations Panel when available.

The menu item will only be available when there is a present text selection, and when we have determined that the translated text is supported  by our available languages. 

---

### Steps to implement

* Add a menu item to the context-menu
* Add localized text for translating to the target language, following the same logic to determine the language as Full-Page Translations
* Ensure that the menu item is only available when the correct criteria are met (see description).

---

### Tests to implement

* Test for the non-existence of the menu item when translations is unavailable.
* Test for the existence of the menu item when translations is available.
* Test that the localized text and target language are correct.
### Description

This bug tracks the progress of creating the context-menu item that will open the Select Translations Panel when text is selected.

The menu item will only be available when there is a present text selection, and when we have determined that the translated text is supported  by our available languages. 

---

### Steps to implement

* Add a menu item to the context-menu
* Add localized text for translating to the target language, following the same logic to determine the language as Full-Page Translations
* Ensure that the menu item is only available when the correct criteria are met (see description).

---

### Tests to implement

* Test for the non-existence of the menu item when translations is unavailable.
* Test for the existence of the menu item when translations is available.
* Test that the localized text and target language are correct.

Back to Bug 1870305 Comment 0