From a123810247d867a44e4be066d1d88f71b71fdc3f Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 4 Mar 2025 14:40:46 +0100 Subject: Change indentation of strings.xml files to match Weblate This runs sync_translations.py, which also remove uneeded comments. --- sync_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync_translations.py') diff --git a/sync_translations.py b/sync_translations.py index d3669e0..cc717aa 100644 --- a/sync_translations.py +++ b/sync_translations.py @@ -39,7 +39,7 @@ def parse_strings_file(file): def write_updated_strings(out, strings): out.write('\n\n') for key, string, comment in strings: - out.write(" ") + out.write(" ") if comment: out.write("") -- cgit v1.2.3