mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 03:18:35 +00:00
add new lines to generated strings files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user