X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=acbebc6b950905cab22a247a42010b69a15c166a;hp=0482bdfbffbf8fe0e89bb174454b04f561318a92;hb=5ece867536877574b33064933504740484e08797;hpb=5252dee46a33cce9616ba4e4103b59dba2ec44c1 diff --git a/enhance_table.py b/enhance_table.py index 0482bdf..acbebc6 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -136,7 +136,9 @@ if output_type == 'html': print('') print('date') for district in sorted_districts: - print('%s' % district) + long_form = translate[district] + print('%s' % long_form) print('') sorted_dates.reverse() for date in sorted_dates: