Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update_translations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_translations.py b/scripts/update_translations.py
index c318793d7..702362bba 100755
--- a/scripts/update_translations.py
+++ b/scripts/update_translations.py
@@ -42,7 +42,7 @@ def update_translation_template() -> bool:
cmd = [
'xgettext',
'-o', '-',
- '-c#',
+ '--add-comments=Translators',
'--from-code=utf-8',
'--keyword=p_:1c,2',
'--no-location',