1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-13 06:33:30 -04:00

fix(translations): add newline at end of JSON file and output file

This commit is contained in:
purian23
2026-06-12 15:06:36 -04:00
parent 7777e87dc8
commit 1c0245f2db
2 changed files with 2 additions and 1 deletions
@@ -546,6 +546,7 @@ def main():
output_path = script_dir / "settings_search_index.json"
with open(output_path, "w", encoding="utf-8") as f:
json.dump(all_entries, f, indent=2, ensure_ascii=False)
f.write("\n")
print(f"Found {len(settings_entries)} searchable settings")
print(f"Found {len(tab_entries)} tab entries")
@@ -8902,4 +8902,4 @@
"description": "Define compositor rules for window behavior",
"conditionKey": "windowRulesCapable"
}
]
]