aboutsummaryrefslogtreecommitdiffstats
path: root/tools/translated_converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/translated_converter.py')
-rw-r--r--tools/translated_converter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/translated_converter.py b/tools/translated_converter.py
index 58e9d9bb5..6418ababd 100644
--- a/tools/translated_converter.py
+++ b/tools/translated_converter.py
@@ -74,7 +74,7 @@ for langfile in glob.glob(file_mask):
# Strip ';' from msgid
message_id = message_id.lstrip(';')
potentry = polib.POEntry(
- msgctxt = message_comment,
+# msgctxt = message_comment,
msgid = message_id.decode('utf-8'),
msgstr = message_str.decode('utf-8'),
occurrences=[(langfile,'')]