项目作者: damaxi

项目描述 :
Qt translator library using translator using Google Translate, Bing Translator, Yandex.Translate etc;
高级语言: C++
项目地址: git://github.com/damaxi/translate.git
创建时间: 2017-03-12T13:11:34Z
项目社区:https://github.com/damaxi/translate

开源协议:GNU General Public License v3.0

下载


Translate Library

Build Status
Qt translator library using translator using Google Translate, Bing Translator, Yandex.Translate etc;

Short description

This is helper library for wordflow application. The library should translate given word using multiple engines for free.
Exposing easy to use Qt API which consist of:

  • Input parameters:
    • original word
    • source language
    • desired language
  • Output parameters:
    • translated word
    • error flag

The user set up one of parameter then when all parameters are setted, the word is auto-translated. If there is connection error then auto-proxy set up next translate engine.