Skip to content

Releases: mhadaily/gtransit

v1.1.3

22 Mar 05:12
Compare
Choose a tag to compare
  • patch bugs

V1.1.2

22 Mar 05:01
Compare
Choose a tag to compare

patch a bug

v1.1.1

21 Mar 08:29
Compare
Choose a tag to compare

Bugs

  • replace -o with -s flag

v1.1.0

21 Mar 08:03
Compare
Choose a tag to compare

Feature:

  • add text-to-speech ability

Bugs

  • fix code style
  • fix typos
  • fix test in node 7+ and 6
  • refactor test

v1.0.0

21 Mar 08:30
Compare
Choose a tag to compare

Initial Release

    Usage: gtransit [options] [command]


  Commands:

    translate|t [options] <yourText>  just type yout "phrase" or word
    list|l                            List all available languages
    search|s <language>               Search for shortcode of languages

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Default:

    Source Language is English
    Target Language is Espanish

  Usage:

    $ gtransit t "Hello world" -s en -t fr
    $ gtransit t Hello -t ar
    $ gtransit l
    $ gtransit s czech
    $ gtransit s "Haitian Creole"

  Command: translate|t [options] <yourText>
  Options:

    -h, --help                output usage information
    -s --source [sourceLang]  This is original lang
    -t --target [targetLang]  This is target lang