We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expected
$ argos-translate --from en --to de --interactive en: hello de: Hallo en: world de: Welt en:
currently, when i call argos-translate --from en --to de enter some text and EOF (Control+D) then it translates only the text until EOF and quits
argos-translate --from en --to de
such a REPL would be useful to reduce the translation time for many small translations similar to dictionary lookups for single words
related https://askubuntu.com/a/1489060/877276
The text was updated successfully, but these errors were encountered:
No branches or pull requests
expected
currently, when i call
argos-translate --from en --to de
enter some text and EOF (Control+D)
then it translates only the text until EOF and quits
such a REPL would be useful
to reduce the translation time for many small translations
similar to dictionary lookups for single words
related https://askubuntu.com/a/1489060/877276
The text was updated successfully, but these errors were encountered: