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 |
|
SuHun Han
|
286593607e
|
Fix invalid tokenizer due to the complexity of the obfuscated code
This commit solves #14 and bumps the version to 2.1.2
|
2017-04-07 22:43:48 +09:00 |
|
SuHun Han
|
d991f5e3e3
|
Fix invalid tokenizer issued by #13, bump version to 2.1.1
|
2017-04-03 23:05:19 +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
|
0f943b6a64
|
Add support for customizable service url
|
2017-03-11 22:37:03 +09:00 |
|
SuHun Han
|
b128722a0d
|
Fix tests that occurs unicode error in python 2.x
|
2017-03-10 23:43:06 +09:00 |
|
SuHun Han
|
afc4006f3e
|
test: rearrange this for covering extensive number of codes
|
2017-03-10 23:43:06 +09:00 |
|