Fix some stuff in csv

This commit is contained in:
Dazed 2024-02-16 08:59:37 -06:00
parent 48c411a3ed
commit 62ed99b299
3 changed files with 7 additions and 3 deletions

View file

@ -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', ' ')

View file

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

View file

@ -39,5 +39,4 @@ Here are some vocabulary and terms so that you know the proper spelling and tran
ME 音量 (ME Volume)
# Other
ソル (Sol)
```