Drop unnecessary comments from zanata_users
translation_team.yaml is now sorted in the alphabetical order of language codes, so the comment is no longer needed. Change-Id: I2ef229a3f9b525f211203e9386d62f9dfd5b0663
This commit is contained in:
parent
8d478d277f
commit
6bbbcdf472
@ -85,10 +85,6 @@ class ZanataUtility(object):
|
||||
|
||||
def save_to_yaml(data, output_file):
|
||||
with open(output_file, 'w') as out:
|
||||
out.write("# Use the order of Zanata language team info.\n")
|
||||
out.write("# Do not use the alphabetical order to make the "
|
||||
"maitenance easier.\n")
|
||||
|
||||
for (k, v) in data.items():
|
||||
yaml.safe_dump({k: v}, out, allow_unicode=True, indent=4,
|
||||
encoding='utf-8', default_flow_style=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user