mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
@@ -246,4 +246,4 @@ class Command(makemessages.Command):
|
||||
|
||||
new_strings = self.get_new_strings(old_strings, translation_strings)
|
||||
with open(output_path, 'w') as writer:
|
||||
json.dump(new_strings, writer, indent=2)
|
||||
json.dump(new_strings, writer, indent=2, sort_keys=True)
|
||||
|
||||
Reference in New Issue
Block a user