nidhal baccouri commited on
Commit
9fd56bc
Β·
1 Parent(s): e64b7cb

moved japanese translation to docs

Browse files
deep_translator/__init__.py CHANGED
@@ -17,13 +17,15 @@ __author__ = """Nidhal Baccouri"""
17
  __email__ = '[email protected]'
18
  __version__ = '1.5.0'
19
 
20
- __all__ = [GoogleTranslator,
21
- PonsTranslator,
22
- LingueeTranslator,
23
- MyMemoryTranslator,
24
- YandexTranslator,
25
- MicrosoftTranslator,
26
- QCRI,
27
- DeepL,
28
- single_detection,
29
- batch_detection]
 
 
 
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