nidhal baccouri
commited on
Commit
·
3439a69
1
Parent(s):
186e33e
updated get_languages for yandex
Browse files
deep_translator/yandex.py
CHANGED
@@ -32,7 +32,7 @@ class YandexTranslator(object):
|
|
32 |
def get_supported_languages(as_dict=False, **kwargs):
|
33 |
""" this method is just for consistency."""
|
34 |
return """ this method is just for consistency. You need to create an instance of yandex and access
|
35 |
-
supported languages using the languages property
|
36 |
"""
|
37 |
|
38 |
def _get_supported_languages(self):
|
|
|
32 |
def get_supported_languages(as_dict=False, **kwargs):
|
33 |
""" this method is just for consistency."""
|
34 |
return """ this method is just for consistency. You need to create an instance of yandex and access
|
35 |
+
supported languages using the languages property or call _get_supported_languages
|
36 |
"""
|
37 |
|
38 |
def _get_supported_languages(self):
|