mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
Update LunaTranslator.py
This commit is contained in:
parent
d8f08c08c4
commit
1169b0529c
@ -139,7 +139,7 @@ class MAINUI() :
|
|||||||
if key in res:
|
if key in res:
|
||||||
res=res.replace(key,value['text'])
|
res=res.replace(key,value['text'])
|
||||||
if transerrorfixdictconfig['use']:
|
if transerrorfixdictconfig['use']:
|
||||||
res=self.parsemayberegexreplace(transerrorfixdictconfig['dict_v2'])
|
res=self.parsemayberegexreplace(transerrorfixdictconfig['dict_v2'],res)
|
||||||
return res
|
return res
|
||||||
|
|
||||||
def _POSTSOLVE(self,s):
|
def _POSTSOLVE(self,s):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user