Forrest logo
back to the echo tool

echo:ai:034ee

How to translate a string
$ echo 'string to translate' | translate-shell -s '${source_language}' -t '${target_language}'
try on your machine

This command translates the given string from [source_language] to [target_language] using the translate-shell tool.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to translate a string?
back to the echo tool