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
{{ message }}
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
We need to be able to identify if the string content is text or html individually here and have one ResponseOption per input item in the batch instead to the entire request.
Changes signature of BlockingService::{translate,pivot}Multiple
functions to take per input options, so a mix of HTML and plaintext
can be sent from the extension. Templating over testing is adjusted
to allow for continuous evaluations by modifying the test code.
Updates WebAssembly bindings to reflect the change in signature
and the javascript test-page to work with the new bindings.
This change lacks an accompanying test specific to the mixed HTML
and plaintext inputs.
Fixes: #345
See also: mozilla/firefox-translations#94
Co-authored-by: Jelmer van der Linde <[email protected]>
We need to be able to identify if the string content is text or html individually here and have one ResponseOption per input item in the batch instead to the entire request.
The corresponding issue tracking this feature in engine: browsermt/bergamot-translator#345
The text was updated successfully, but these errors were encountered: