alfred-polyglot
alfred-polyglot copied to clipboard
doesn't work when 'to' is a part of string to translate

You can use "" or '' to work around this issue.
Since to is also the keyword for the destination language it may not be that easy to figure out if it's that or a word in the text.
Quotes didn't work for me. You could also modify the keywords in translate.js so instead of "from" and "to" to something like "<-" and "->". So the command now would be: "tr back to school <- en -> ru".