heksskhd commited on
Commit
0fe9f1a
·
verified ·
1 Parent(s): b9b22c3

Update translator.py

Browse files
Files changed (1) hide show
  1. 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 = "en"
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,