Update webui.py
This commit is contained in:
2
webui.py
2
webui.py
@@ -219,6 +219,8 @@ def process_auto(text):
|
|||||||
if sentence == "":
|
if sentence == "":
|
||||||
continue
|
continue
|
||||||
temp_text.append(sentence)
|
temp_text.append(sentence)
|
||||||
|
if lang == "ja":
|
||||||
|
lang = "jp"
|
||||||
temp_lang.append(lang.upper())
|
temp_lang.append(lang.upper())
|
||||||
_text.append(temp_text)
|
_text.append(temp_text)
|
||||||
_lang.append(temp_lang)
|
_lang.append(temp_lang)
|
||||||
|
|||||||
Reference in New Issue
Block a user