You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For internal translation implementation we will use chromium components/translate engine.
MVP-version will use Brave backend that supports a limited number of translate pairs (i.e de => en).
To work under these restrictions we need to implement two separate language lists (one for source and once for target).
Note: all the changes should be done under the disabled compile flag enable_brave_translate_go, therefore nothing should be changed for customers.
for QA:
this issue can't be checked before the buildflag will be enabled (in related issues)
check that all settings UI in bubble works well for different languages (Refer to the "Supported language pairs" section in the Brave Translate MiniSpec)
The text was updated successfully, but these errors were encountered:
@atuchin-m mind pointing us (QA) to the Brave Translate MiniSpec you referenced? Also, some step-by-step instructions would be great, as I don't think many of us are familiar with this feature, much less the changes made; thanks!
For internal translation implementation we will use chromium
components/translate
engine.MVP-version will use Brave backend that supports a limited number of translate pairs (i.e de => en).
To work under these restrictions we need to implement two separate language lists (one for source and once for target).
Note: all the changes should be done under the disabled compile flag
enable_brave_translate_go
, therefore nothing should be changed for customers.for QA:
The text was updated successfully, but these errors were encountered: