add new lines to generated strings files

This commit is contained in:
Joseph Abbey
2024-01-11 18:14:30 +00:00
parent 52967e87d4
commit 139e4e0a96

View File

@ -122,5 +122,5 @@ with open("./resources/strings/strings.xml", "r") as f:
#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