Fixing Japanese if statement

This commit is contained in:
The Gears of Progress 2026-01-21 14:03:10 -05:00
parent a51cdb0f14
commit 13459812fa

View File

@ -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: