nidhal baccouri
commited on
Commit
Β·
9fd56bc
1
Parent(s):
e64b7cb
moved japanese translation to docs
Browse files- deep_translator/__init__.py +12 -10
- {ja β docs/ja}/CONTRIBUTING.rst +0 -0
- {ja β docs/ja}/README.rst +0 -0
- {ja β docs/ja}/history.rst +0 -0
- {ja β docs/ja}/index.rst +0 -0
- {ja β docs/ja}/installation.rst +0 -0
- {ja β docs/ja}/modules.rst +0 -0
- {ja β docs/ja}/usage.rst +0 -0
deep_translator/__init__.py
CHANGED
@@ -17,13 +17,15 @@ __author__ = """Nidhal Baccouri"""
|
|
17 |
__email__ = '[email protected]'
|
18 |
__version__ = '1.5.0'
|
19 |
|
20 |
-
__all__ = [
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
17 |
__email__ = '[email protected]'
|
18 |
__version__ = '1.5.0'
|
19 |
|
20 |
+
__all__ = [
|
21 |
+
"GoogleTranslator",
|
22 |
+
"PonsTranslator",
|
23 |
+
"LingueeTranslator",
|
24 |
+
"MyMemoryTranslator",
|
25 |
+
"YandexTranslator",
|
26 |
+
"MicrosoftTranslator",
|
27 |
+
"QCRI",
|
28 |
+
"DeepL",
|
29 |
+
"single_detection",
|
30 |
+
"batch_detection"
|
31 |
+
]
|
{ja β docs/ja}/CONTRIBUTING.rst
RENAMED
File without changes
|
{ja β docs/ja}/README.rst
RENAMED
File without changes
|
{ja β docs/ja}/history.rst
RENAMED
File without changes
|
{ja β docs/ja}/index.rst
RENAMED
File without changes
|
{ja β docs/ja}/installation.rst
RENAMED
File without changes
|
{ja β docs/ja}/modules.rst
RENAMED
File without changes
|
{ja β docs/ja}/usage.rst
RENAMED
File without changes
|