Skip to content
Snippets Groups Projects
Commit 97d3e9da authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Unhide element and file for translation xls

parent a5217b33
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -300,8 +300,8 @@ def save_translation_file(per_lang_data, aux_data, outfile): ...@@ -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('A:B', 60, wrap_format)
worksheet.set_column('C:C', 60, wrap_unlocked_format) worksheet.set_column('C:C', 60, wrap_unlocked_format)
worksheet.set_column('D:E', 40, 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('F:F', 50, wrap_format)
worksheet.set_column('G:H', 30, wrap_format, {'hidden': True}) worksheet.set_column('G:H', 30, wrap_format)
# Lock the top row (column headers) in place while scrolling # Lock the top row (column headers) in place while scrolling
worksheet.freeze_panes(1, 0) worksheet.freeze_panes(1, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment