Skip to content

Commit

Permalink
add new lines to generated strings files
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Jan 11, 2024
1 parent 52967e8 commit 139e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@

#print(str(soup))
with open(f"./resources-{l[0]}/strings/strings.xml", "wb") as w:
w.write(soup.encode("utf-8"))
w.write(soup.encode("utf-8") + b"\n")
i += 1

0 comments on commit 139e4e0

Please sign in to comment.