Commit History

pre-final refactor commit. Builds clean. Minor grammar and syntax fixes remaining.
5cbd28e

Chris commited on

minor refactoring and renamed cli.py to __main__ to reflect its true purpose
fdb2846

Chris commited on

started the refactoring & added a test_cli.py
92cc291

Chris commited on

added opt params
55109ff

nidhal baccouri commited on

added proxy to googletrans
c9c6f12

nidhal baccouri commited on

fixed translate_words in Linguee and Pons providers.
98f02df

RubénEu commited on

catched too many requests exception
f5c8ab8

= commited on

fixed the requests issue and added a check on text length
f36740b

= commited on

completed test suite
a1efbe8

= commited on

added google translate api tests
853b244

= commited on

fixed test fixtures.
1ad1dca

= commited on

fixed test fixtures
5a13ae6

= commited on

added lang check to mymemory
1809958

= commited on

catched not found translation in pons
82f3d24

= commited on

Merge branch 'master' of https://github.com/nidhaloff/deep-translator into dev
b95447d

= commited on

start working on pons issue
a3c0252

= commited on

added return_all as a param in linguee
c10b496

= commited on

Fixes #9 by removing the pronouns completely
e3b0cdf

prataffel commited on

fixed the auto detection for the mymemory translator
5a40797

= commited on

fixed dependencie function
a1d12d2

= commited on

solved the certificate warning
d2f04b0

= commited on

set False to proxy verfication
2996bb8

= commited on

canceled proxy verification
25222f7

= commited on

cleaned syntax
5ba349a

= commited on

added support for mymemory
a06172d

= commited on

added supported languages attribute
542d2c5

= commited on

added linguee support
418aed1

= commited on