Spaces:
Sleeping
Sleeping
Update translator.py
Browse files- translator.py +1 -1
translator.py
CHANGED
@@ -5,7 +5,7 @@ import translators as ts
|
|
5 |
|
6 |
class MangaTranslator:
|
7 |
def __init__(self):
|
8 |
-
self.target = "
|
9 |
self.source = "ja"
|
10 |
self.translators = {
|
11 |
"google": self._translate_with_google,
|
|
|
5 |
|
6 |
class MangaTranslator:
|
7 |
def __init__(self):
|
8 |
+
self.target = "es"
|
9 |
self.source = "ja"
|
10 |
self.translators = {
|
11 |
"google": self._translate_with_google,
|