Add Action and/or Reducer for Checking for `LanguageNotSupported` and Send Error
Categories
(Firefox for Android :: Translations, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
Details
(Whiteboard: [fxdroid][foundation])
Attachments
(1 file, 1 obsolete file)
We need to query if the language is not supported in order to show the correct error state on the UI. LanguageNotSupportedError
is the error that should be set on translationsError
. For example, visiting a site in a language the engine does not yet support should trigger this error.
This might be as simple as checking the packet that occurs on TranslateStateChangeAction
in the Reducer.
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Screenshots of collection points provided here.
Assignee | ||
Comment 2•1 year ago
|
||
Comment on attachment 9389805 [details]
Translations-Telemetry-Request-Form.txt
Attached request to wrong bug, please ignore.
Assignee | ||
Comment 3•1 year ago
|
||
(Intended request is now on bug 1883968.)
Assignee | ||
Comment 4•1 year ago
|
||
Comment 5•1 year ago
|
||
Comment 6•1 year ago
|
||
Authored by https://github.com/ohall-m
https://github.com/mozilla-mobile/firefox-android/commit/5a967add556342dfb57dd13caaeb4e2ca3c186b3
[main] Bug 1878917 - Add Reducer for Checking for LanguageNotSupported
and Send Error
Description
•