language_options: Add newline at the end.

This commit is contained in:
Umair Khan
2018-01-26 10:24:49 +05:00
committed by Tim Abbott
parent c6bfac0e18
commit 151b3e9f1a

View File

@@ -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: