Skip to content
Snippets Groups Projects
Commit 039f2215 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add translator comments in pot/po files

parent 5874f5c3
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def update_trans():
os.path.join(root, f)) and (f.endswith('.py') or f.endswith('.ui'))]
files.append(os.path.join("data", "org.gajim.Gajim.desktop.in"))
files.append(os.path.join("data", "org.gajim.Gajim.appdata.xml.in"))
cmd = 'xgettext --from-code=utf-8 --keyword=Q_ -o %s %s' % (
cmd = 'xgettext -c# --from-code=utf-8 --keyword=Q_ -o %s %s' % (
template, " ".join(files))
if os.system(cmd) != 0:
msg = "ERROR: %s could not be created!\n" % template
......
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