Commit Graph

11 Commits

Author SHA1 Message Date
Encrylize 034646e289 Fix incorrect source language and pronunciation (#29)
* Fix incorrect source language and pronunciation

* Add tests for source language and pronunciation
2017-08-08 20:42:22 +09:00
Walter Purcaro 04a0e6dfbb Support languages names and RFC 1766 codes (#26)
* Update client.py

Accept languages names as dest/src params in the `translate` routine.
Move dest/src params check to the `translate` routine.

* Update constants.py

Add LANGCODES dict

* Update __init__.py

Import LANGCODES

* Update test_client.py

Add tests

* Update constants.py

Fix typo
2017-06-01 22:50:13 +09:00
garden.yuen ae4953dff9 gtoken: use custom server to generate token (#19)
* use custome server to generate token

* fix test fail issue
2017-04-23 20:52:23 +09:00
SuHun Han eaac0f1130 Fix an issue where the result text is not returned completely (cut off)
This solves issues #10 and #12, and adds a test case for it.
2017-04-01 19:58:17 +09:00
SuHun Han d1c64a11d6 Update documentation with a new sphinx theme 'solar' 2017-03-15 22:10:37 +09:00
SuHun Han 0f943b6a64 Add support for customizable service url 2017-03-11 22:37:03 +09:00
SuHun Han 92ea3cd2c1 Update README 2017-03-11 16:20:27 +09:00
SuHun Han dda50305b7 PEP8 2017-03-10 23:43:06 +09:00
SuHun Han 5f908fab16 Better compatiblity with all python versions 2017-03-10 23:43:06 +09:00
SuHun Han deb36364f7 Refactor client 2017-03-10 23:43:06 +09:00
SuHun Han 9a70d82281 Refactor all the things 2017-03-10 23:43:06 +09:00