Skip to content

Commit 5012821

Browse files
authored
[skip ci] add trailing nline to strings to be consistent with weblate
1 parent ab379ab commit 5012821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/locales.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
with open(file, 'wb') as fp:
6262
fp.write(b'<?xml version="1.0" encoding="utf-8"?>\n')
6363
tree.write(fp, encoding="utf-8", method="xml", pretty_print=True, xml_declaration=False)
64+
fp.write(b'\n')
6465
except ET.ParseError as ex:
6566
print(f"[{file}] {ex}")

0 commit comments

Comments
 (0)