forked from Shinonome/dots-hyprland
translator: add useless flag arabian guy requested
This commit is contained in:
@@ -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())}'`]
|
||||
|
||||
Reference in New Issue
Block a user