diff --git a/scripts/code_tools/modified_strings.py b/scripts/code_tools/modified_strings.py index e8934f60275e33be152da2ff4aa4e6f962f691ca..54ba5e30ab0cf993c0571d11076259a6a814b1af 100644 --- a/scripts/code_tools/modified_strings.py +++ b/scripts/code_tools/modified_strings.py @@ -300,8 +300,8 @@ def save_translation_file(per_lang_data, aux_data, outfile): worksheet.set_column('A:B', 60, wrap_format) worksheet.set_column('C:C', 60, wrap_unlocked_format) worksheet.set_column('D:E', 40, wrap_unlocked_format) - worksheet.set_column('F:F', 50, wrap_format, {'hidden': True}) - worksheet.set_column('G:H', 30, wrap_format, {'hidden': True}) + worksheet.set_column('F:F', 50, wrap_format) + worksheet.set_column('G:H', 30, wrap_format) # Lock the top row (column headers) in place while scrolling worksheet.freeze_panes(1, 0)