Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Nov 29, 2024
1 parent 4e9c788 commit 6aecd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6aecd96

Please sign in to comment.