wmt-2020-pl-en/googletrans
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
..
__init__.py Support languages names and RFC 1766 codes (#26) 2017-06-01 22:50:13 +09:00
client.py Support languages names and RFC 1766 codes (#26) 2017-06-01 22:50:13 +09:00
compat.py Better compatiblity with all python versions 2017-03-10 23:43:06 +09:00
constants.py Support languages names and RFC 1766 codes (#26) 2017-06-01 22:50:13 +09:00
gtoken.py gtoken: use custom server to generate token (#19) 2017-04-23 20:52:23 +09:00
models.py Update documentation with a new sphinx theme 'solar' 2017-03-15 22:10:37 +09:00
urls.py Add support for customizable service url 2017-03-11 22:37:03 +09:00
utils.py Refactor client 2017-03-10 23:43:06 +09:00