From 6aecd96965c09ee650e45d836f0b666e573cc001 Mon Sep 17 00:00:00 2001 From: Willard Nilges Date: Fri, 29 Nov 2024 00:07:39 -0500 Subject: [PATCH] Indent --- scripts/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translate.py b/scripts/translate.py index 84f0062..60dc4b0 100644 --- a/scripts/translate.py +++ b/scripts/translate.py @@ -74,7 +74,7 @@ def main(): logging.info("Writing translations to file...") with open(f"./messages/{locale_file}", 'w') as f: - json.dump(translated_locale, f, ensure_ascii=False) + json.dump(translated_locale, f, ensure_ascii=False, indent=4) break # TODO: Remove break