Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
039f2215 by Yann Leboulanger at 2018-03-25T21:09:13+02:00
add translator comments in pot/po files
- - - - -
1 changed file:
- setup.py
Changes:
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -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
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/039f2215dc705f05fafe3ded988be46dc06c087d
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/039f2215dc705f05fafe3ded988be46dc06c087d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits