Commit 7ce4ed4 1 parent 0053cc9 commit 7ce4ed4 Copy full SHA for 7ce4ed4
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ implemented Google Translate API. This uses the `Google Translate Ajax
11
11
API <https://translate.google.com> `__ to make calls to such methods as
12
12
detect and translate.
13
13
14
- Compatible with Python 3.6 +.
14
+ Compatible with Python 3.8 +.
15
15
16
16
For details refer to the `API
17
17
Documentation <https://py-googletrans.readthedocs.io/en/latest> `__.
@@ -24,15 +24,10 @@ Features
24
24
- Auto language detection
25
25
- Bulk translations
26
26
- Customizable service URL
27
+ - Async support
27
28
- HTTP/2 support
28
-
29
- TODO
30
- ~~~~
31
-
32
- more features are coming soon.
33
-
34
29
- Proxy support
35
- - Internal session management (for better bulk translations)
30
+ - Complete type hints
36
31
37
32
HTTP/2 support
38
33
~~~~~~~~~~~~~~
@@ -109,7 +104,7 @@ URLs are provided, it then randomly chooses a domain.
109
104
Customize service URL to point to standard api
110
105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111
106
112
- Considering translate.google.<domain> url services use the webapp requiring a token,
107
+ Considering translate.google.<domain> url services use the webapp requiring a token,
113
108
you can prefer to use the direct api than does not need any token to process.
114
109
It can solve your problems of unstable token providing processes (refer to issue #234)
115
110
You can’t perform that action at this time.
0 commit comments