Translations Integration Toolbar Showing
Categories
(Fenix :: Translations, enhancement, P2)
Tracking
(firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: olivia, Assigned: giorga)
References
Details
(Whiteboard: [fxdroid][foundation])
Attachments
(1 file)
This bug is to connect the logic to only show the Translations toolbar when a translation is expected.
The toolbar should be affiliated with the action TranslateExpectedAction
, which is connected to the delegate caused by the GeckoView engine under onTranslateExpected.
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Reporter | ||
Comment 1•1 year ago
|
||
(Toolbar button should also continue to stay behind development flag as well.)
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Comment 2•1 year ago
|
||
Be sure to consult this Figma thread for more information and likely this file on some of the scenarios.
Reporter | ||
Comment 3•1 year ago
|
||
Data model flag is isExpectedTranslate
.
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 4•1 year ago
|
||
Testing Notes:
- This flow is very dependent on the device and app language.
Show Toolbar flow untranslated:
- Navigate to a page with a supported detected language, that is not a user preferred language (app or OS language).
- The toolbar icon should show.
No Toolbar flow untranslated:
A:
- Navigate to a page with a supported detected language, that is the user preferred language (app or OS language).
- The toolbar icon should not show.
B:
- Navigate to a page with an unsupported detected language, that is not the user preferred language (app or OS language).
- The toolbar icon should not show.
Show Toolbar flow translated:
- The toolbar icon should always show when in the translated state, independent of how the translation occurred.
Comment 5•1 year ago
|
||
Comment 6•11 months ago
|
||
Authored by https://github.com/iorgamgabriel
https://github.com/mozilla-mobile/firefox-android/commit/baa7120c95c59f5792ba6d54873e101321d5d7d7
[main] Bug 1875817 - Translations Integration Toolbar Showing
Description
•