translator: add useless flag arabian guy requested

This commit is contained in:
end-4
2025-06-12 12:43:10 +02:00
parent a63dec24b8
commit 8f094e9a90
@@ -59,7 +59,7 @@ Item {
Process {
id: translateProc
command: ["bash", "-c", `trans -no-theme`
command: ["bash", "-c", `trans -no-theme -no-bidi`
+ ` -source '${StringUtils.shellSingleQuoteEscape(root.sourceLanguage)}'`
+ ` -target '${StringUtils.shellSingleQuoteEscape(root.targetLanguage)}'`
+ ` -no-ansi '${StringUtils.shellSingleQuoteEscape(root.inputField.text.trim())}'`]