crowdin_sync: Add some newlines for better readability
Change-Id: Iba16cc2941ada96a2a054574ee4f7bd487694385
diff --git a/crowdin_sync.py b/crowdin_sync.py
index c0a285a..e17ba1b 100755
--- a/crowdin_sync.py
+++ b/crowdin_sync.py
@@ -156,7 +156,7 @@
# Execute 'crowdin-cli upload sources' and show output
run_command(['crowdin-cli', '--config=crowdin/crowdin_' + default_branch + '.yaml', '--identity=crowdin/config.yaml', 'upload', 'sources'])
- print('Uploading Crowdin source translations (non-AOSP supported languages)')
+ print('\nUploading Crowdin source translations (non-AOSP supported languages)')
# Execute 'crowdin-cli upload sources' and show output
run_command(['crowdin-cli', '--config=crowdin/crowdin_' + default_branch + '_aosp.yaml', '--identity=crowdin/config_aosp.yaml', 'upload', 'sources'])
else:
@@ -168,7 +168,7 @@
# Execute 'crowdin-cli download' and show output
run_command(['crowdin-cli', '--config=crowdin/crowdin_' + default_branch + '.yaml', '--identity=crowdin/config.yaml', 'download'])
- print('Downloading Crowdin translations (non-AOSP supported languages)')
+ print('\nDownloading Crowdin translations (non-AOSP supported languages)')
# Execute 'crowdin-cli download' and show output
run_command(['crowdin-cli', '--config=crowdin/crowdin_' + default_branch + '_aosp.yaml', '--identity=crowdin/config_aosp.yaml', 'download'])