Releases: soimort/translate-shell
Releases · soimort/translate-shell
0.9.7.1
0.9.7
Changelog
- Translate-Shell now recognizes 159 languages in total (including all the languages currently supported by Google Translate, Bing Translator, and Yandex.Translate)
- Google Translate: fixed a regression bug (bac44df)
- Bing Translator: fixed engine support (4a3a900)
- Show HTTP error codes (892b543)
- The default engine is now changed to
auto
(which usesgoogle
by default, but automatically falls back onbing
if the specified language is not supported by Google Translate) - The options
-l
/-lang
for specifying the interface language are deprecated in favor of-hl
/-host
; the environment variableHOME_LANG
is deprecated in favor ofHOST_LANG
- 4 new options:
-list-languages
,-list-languages-english
,-list-codes
,-list-all
to list all languages and codes - The options
-L
/-linguist
(-list
is deprecated) now show more linguistic details about languages
0.9.6.12
0.9.6.11
0.9.6.10
- (Google Translate only) Show gender-specific translations (#274)
- Support multiple source languages (#281)
- GNU awk 5.0.0 compatibility (#285)
- Fix for virtual emulators that have own BiDi support, e.g., konsole (#288)
- New option:
-bidi
(enforce bidirectional conversion, #288) - New options:
-4
,-6
(choose manually IPv4 or IPv6 connection, #287) - Support the use of language aliases for TTS
- New option:
-no-browser
(do not open the web browser, #295) - New option:
-join-sentence
(treat all arguments as one single sentence, #294) - Multiple fixes