mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Temporarilly disabling language text parsing
This commit is contained in:
parent
d9314eb60f
commit
37be3036ff
|
|
@ -298,13 +298,13 @@ def split_into_sentences(text: str) -> list[str]:
|
|||
return sentences
|
||||
|
||||
class Languages(Enum):
|
||||
Japanese = 0
|
||||
##Japanese = 0
|
||||
English = 1
|
||||
French = 2
|
||||
German = 3
|
||||
Italian = 4
|
||||
SpanishEU = 5
|
||||
SpanishLA = 6
|
||||
##French = 2
|
||||
##German = 3
|
||||
##Italian = 4
|
||||
##SpanishEU = 5
|
||||
##SpanishLA = 6
|
||||
|
||||
# read by default 1st sheet of an excel file
|
||||
dir = os.curdir + "/text_helper"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user