From 97d3e9daa06bbe9bdd9f0f8e9ea69cc96985ed1d Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 16 Dec 2023 21:13:37 -0500
Subject: [PATCH] Unhide element and file for translation xls

---
 scripts/code_tools/modified_strings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/code_tools/modified_strings.py b/scripts/code_tools/modified_strings.py
index e8934f60275..54ba5e30ab0 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)
-- 
GitLab