linguee 0.1.7

linguee is a English-Chinese command line dictionary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name":"linguee",
    "version":"0.1.6",
    "authors":["Anonymous <dnrops@anonymous.com>"],
    "about":"linguee is a English-Chinese command line dictionary\nExample:\nlinguee list => translate list to Chinese\nlinguee 列表 => translate 列表 to English",
    "args":[
        {
            "arg":"word\t",
            "short":"",
            "required":true,
            "about":"A word to be translated",
            "takes_value":true
        }
    ]
}