crow-translate / QOnlineTranslator

A library for Qt5 that provides free usage of Google, Yandex and Bing translate API.
GNU General Public License v3.0
78 stars 13 forks source link

Add QOnlineTranslator::toJson() method #9

Closed LiteracyFanatic closed 3 years ago

LiteracyFanatic commented 3 years ago

Alright, this seems to be working. I only touch C++ code on occasion, so let me know if there are any revisions needed.

See this issue for motivation. A minimal working example can be found here.

LiteracyFanatic commented 3 years ago

Alright, thanks for the feedback. I have pushed a new commit with the suggested changes.

LiteracyFanatic commented 3 years ago

Updated.

Shatur commented 3 years ago

Could you add it to Crow? Just replace tag with the latest commit hash here, add a new command here check for compatibilities with other modes here and just print json output after a check here.

LiteracyFanatic commented 3 years ago

Sure thing. I'll probably have time to work on it tomorrow.