From 9dcf12f2ca27132e998e5c15a60375460aaa0a43 Mon Sep 17 00:00:00 2001 From: Dazed Date: Wed, 24 Jan 2024 12:45:38 -0600 Subject: [PATCH] Fix syntax error --- modules/rpgmakermvmz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index d9b14aa..3abf8d3 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -2110,7 +2110,7 @@ You are going to be translating text from a videogame.\n\ I will give you lines of text, and you must translate each line to the best of your ability.\n\ {VOCAB}\n\ Output ONLY the {LANGUAGE} translation in the following format: `Translation: <{LANGUAGE.upper()}_TRANSLATION>`\n\ -- Maintain Japanese Honorifics. For example: 'サクラねえちゃん' == 'Sakura Onee-san' +- Maintain Japanese Honorifics. For example: 'サクラねえちゃん' == 'Sakura Onee-san'\ " user = f'{subbedT}' return characters, system, user