Remove textwrap
This commit is contained in:
parent
8198f95187
commit
c14548b3d7
1 changed files with 0 additions and 3 deletions
|
|
@ -232,9 +232,6 @@ def translateTxt(data, translatedList):
|
|||
translatedText = re.sub(r'(?<!\\)"', r'\\"', translatedText)
|
||||
translatedText = re.sub(r"(?<!\\)'", r"\\'", translatedText)
|
||||
|
||||
# Textwrap
|
||||
translatedText = textwrap.fill(translatedText, width=WIDTH)
|
||||
|
||||
# Set Data
|
||||
data[i] = f"{translatedText}\n"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue