Closed theSage21 closed 9 years ago
Some translations like python translate.py -t RU -f EN doc
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.
Hi theSage21,
Sorry for the late response. Has been travelling last week. Thanks for the contribution.
terry
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.