Nidhal Baccouri
commited on
Update constants.py
Browse files
deep_translator/constants.py
CHANGED
@@ -7,7 +7,7 @@ BASE_URLS = {
|
|
7 |
"LINGUEE": "https://www.linguee.com/",
|
8 |
"MYMEMORY": "http://api.mymemory.translated.net/get",
|
9 |
"QCRI": "https://mt.qcri.org/api/v1/{endpoint}?",
|
10 |
-
"DEEPL": "https://api.deepl.com/{version}/"
|
11 |
"MICROSOFT_TRANSLATE": "https://api.cognitive.microsofttranslator.com/translate?api-version=3.0"
|
12 |
}
|
13 |
|
|
|
7 |
"LINGUEE": "https://www.linguee.com/",
|
8 |
"MYMEMORY": "http://api.mymemory.translated.net/get",
|
9 |
"QCRI": "https://mt.qcri.org/api/v1/{endpoint}?",
|
10 |
+
"DEEPL": "https://api.deepl.com/{version}/",
|
11 |
"MICROSOFT_TRANSLATE": "https://api.cognitive.microsofttranslator.com/translate?api-version=3.0"
|
12 |
}
|
13 |
|