mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +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:
|
with open(output_path, 'w') as writer:
|
||||||
ujson.dump(data, writer, indent=2)
|
ujson.dump(data, writer, indent=2)
|
||||||
|
writer.write('\n')
|
||||||
|
|
||||||
def get_translation_percentage(self, locale_path: Text, locale: Text) -> int:
|
def get_translation_percentage(self, locale_path: Text, locale: Text) -> int:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user