terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
729 stars 153 forks source link

Fix for instances where Boolean is returned as translation. #15 #16

Closed theSage21 closed 9 years ago

theSage21 commented 9 years ago

Some translations like python translate.py -t RU -f EN doc

Resulted in an error being raised as a Boolean was being returned by the translation service. This is a fix for that and provides the next best translation for the given word.

terryyin commented 9 years ago

Hi theSage21,

Sorry for the late response. Has been travelling last week. Thanks for the contribution.

terry