mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Fixing Japanese if statement
This commit is contained in:
parent
a51cdb0f14
commit
13459812fa
|
|
@ -294,7 +294,7 @@ def convert_item(ogDict):
|
|||
pixelsInLine = ogDict["pixelsInLine"]
|
||||
include_box_breaks = ogDict["includeBoxBreaks"]
|
||||
|
||||
if lang == "Japanese":
|
||||
if lang == Languages.Japanese:
|
||||
arr = jpnCharArray
|
||||
list = jpnEscapeCharConversionList
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user