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

PONS support #2

Open braisarias opened 4 years ago

braisarias commented 4 years ago

Do you plan add more translate engines to the project?

I've found some translation mistakes with the engines supported by crow. Particularly I prefer use PONS translate for some pair of languages. You can find some information about that API here: https://es.pons.com/p/diccionario-en-linea/developers/api

Shatur commented 4 years ago

Yes, I will add other engines, but PONS require registration. Maybe I will add the ability to specify API key for some engines in future.

Shatur commented 4 years ago

Should be done on the QOnlineTranslator side.