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