diff --git a/modules/csv.py b/modules/csv.py index ad2ae21..6881fd6 100644 --- a/modules/csv.py +++ b/modules/csv.py @@ -287,8 +287,8 @@ def translateCSV(reader, pbar, writer, textHistory, format): for row in batch: if row[1] == "": jaString = row[0] - # else: - # jaString = row[1] + else: + continue # Remove Textwrap jaString = jaString.replace('\n', ' ') diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index 1378d53..3ee2154 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -2165,6 +2165,11 @@ def createContext(fullPromptFlag, subbedT): characters = 'Game Characters:\n\ メミミ (Memimi) - Female\n\ バニーちゃん (Bunny-chan) - Female\n\ +ブラキオコンドル (Brachiocondor) - Male\n\ +サメブロッコリー (Shark Broccoli) - Male\n\ +シャチアスパラガス (Orca Asparagus) - Male\n\ +ドリルマメイド (Drillmaid) - Male\n\ +ケルベロスオクトパス (Cerburus Octopus) - Male\n\ ' system = PROMPT + VOCAB if fullPromptFlag else \ diff --git a/vocab.txt b/vocab.txt index eacd241..03a6885 100644 --- a/vocab.txt +++ b/vocab.txt @@ -39,5 +39,4 @@ Here are some vocabulary and terms so that you know the proper spelling and tran ME 音量 (ME Volume) # Other -ソル (Sol) ``` \ No newline at end of file