mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Removing space after JPN period
This commit is contained in:
parent
13459812fa
commit
dc586d941f
|
|
@ -213,6 +213,7 @@ def SplitSentenceIntoLines(sentence, offset, pixelsPerChar, pixelsInLine):
|
|||
lineLength = 0
|
||||
offset = 0
|
||||
|
||||
currLine = currLine.replace("。 ", "。") # Get rid of the space after the Japanese peroid
|
||||
outStr += currLine
|
||||
return lineLength + offset, lineCount, outStr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user