diff --git a/.github/locales.py b/.github/locales.py index dd23ebbe..76f85c1f 100644 --- a/.github/locales.py +++ b/.github/locales.py @@ -61,5 +61,6 @@ for file in glob.glob(f"{XML_NAME}*/strings.xml"): with open(file, 'wb') as fp: fp.write(b'\n') tree.write(fp, encoding="utf-8", method="xml", pretty_print=True, xml_declaration=False) + fp.write(b'\n') except ET.ParseError as ex: print(f"[{file}] {ex}")