Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 1.72 KB

File metadata and controls

88 lines (53 loc) · 1.72 KB

03 · CLI across many language pairs

Same shape, many pairs. Tests skip themselves when the pair is not installed locally.

Generated by scripts/generate-examples.py from a live translate install. Each output below is the real captured stdout — none of it is hand-written.

French to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from fr --no-install --quiet 'Bonjour le monde, comment ça va aujourd'"'"'hui ?'
Hello everyone, how are you today?

exit code: 0

Japanese to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from ja --no-install --quiet 'これは翻訳のテストです。'
This is a translation test.

exit code: 0

Spanish to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from es --no-install --quiet 'Hola mundo, ¿cómo estás hoy?'
Hello world, how are you today?

exit code: 0

Italian to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from it --no-install --quiet 'Ciao mondo, come stai oggi?'
Hello world, how are you today?

exit code: 0

Russian to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from ru --no-install --quiet 'Привет, мир! Как дела сегодня?'
Hello, world! How are you doing today?

exit code: 0

Chinese to English

/Users/arthurficial/dev/translate/.build/release/translate --to en --from zh --no-install --quiet '你好世界,今天过得怎么样?'
Hello, world. How are you doing today?

exit code: 0

Arabic to English

skipped — ar-en model not installed