From 13459812fa71680370310b56fd189bd3379ba7db Mon Sep 17 00:00:00 2001 From: The Gears of Progress Date: Wed, 21 Jan 2026 14:03:10 -0500 Subject: [PATCH] Fixing Japanese if statement --- text_helper/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_helper/main.py b/text_helper/main.py index 7e6a5d0..2941d2b 100755 --- a/text_helper/main.py +++ b/text_helper/main.py @@ -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: