mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
0ac5b92f3f
commit
29b6bb848b
@ -133,6 +133,7 @@ class OCR(baseocr):
|
|||||||
|
|
||||||
def langmap(self):
|
def langmap(self):
|
||||||
return {
|
return {
|
||||||
|
"auto": "auto_detect",
|
||||||
"zh": "CHN_ENG",
|
"zh": "CHN_ENG",
|
||||||
"en": "ENG",
|
"en": "ENG",
|
||||||
"ja": "JAP",
|
"ja": "JAP",
|
||||||
|
@ -7,6 +7,8 @@ import gobject
|
|||||||
|
|
||||||
|
|
||||||
class TS(basetrans):
|
class TS(basetrans):
|
||||||
|
_compatible_flag_is_sakura_less_than_5_52_3 = False
|
||||||
|
|
||||||
def checkfilechanged(self, p1, p):
|
def checkfilechanged(self, p1, p):
|
||||||
if self.paths == (p1, p):
|
if self.paths == (p1, p):
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user