mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 03:54:28 +02:00
Added DeepL html support
This commit is contained in:
@@ -8155,7 +8155,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
protected DeepL.Translation onExecute(Context context, Bundle args) throws Throwable {
|
||||
String text = args.getString("text");
|
||||
String target = args.getString("target");
|
||||
return DeepL.translate(text, target, context);
|
||||
return DeepL.translate(text, false, target, context);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user