mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
language_options: Add newline at the end.
This commit is contained in:
@@ -130,6 +130,7 @@ class Command(compilemessages.Command):
|
||||
|
||||
with open(output_path, 'w') as writer:
|
||||
ujson.dump(data, writer, indent=2)
|
||||
writer.write('\n')
|
||||
|
||||
def get_translation_percentage(self, locale_path: Text, locale: Text) -> int:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user