Commit Graph

15 Commits

Author SHA1 Message Date
SuHun Han f51e949b57 Bump version to 2.2.0 (#40)
[skip ci]
2017-10-02 23:32:47 +09:00
SuHun Han a8c2655837 Bump version to 2.1.4 2017-08-11 22:04:15 +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
SuHun Han 633fc40a57 Bump version to 2.1.3 2017-05-06 22:51:18 +09:00
Mariusz Korzekwa b670db30ec Improve setup.py
* Now setup.py don't import googletrans.__init__.py wchich import requests, and this occure ImportError during installation of library.
* Changes with getting version in setup.py without importing googletrans.__init__.py

Now you can install py-googletrans on clean virtualenv, without earlier install dependencies.
2017-05-05 18:17:09 +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 5e77f76ead Bump version to 2.1.0 2017-04-01 20:08:38 +09:00
SuHun Han d1c64a11d6 Update documentation with a new sphinx theme 'solar' 2017-03-15 22:10:37 +09:00
SuHun Han 9a70d82281 Refactor all the things 2017-03-10 23:43:06 +09:00
ssut 60859940c6 Update: version to 1.2
Major updates: 29819f7, #1, #2
2015-07-18 00:24:17 +09:00
ssut 70b4c2e783 fix typo 2015-06-06 17:53:30 +09:00
ssut 17d8802deb add command line application 2015-06-06 17:52:59 +09:00
ssut 4ed7f4d3ce update version to 1.1 2015-06-06 14:43:17 +09:00
ssut 4ef070cd91 initial commit 2015-06-05 23:43:05 +09:00