Unverified Kaydet (Commit) a9a20266 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Build_po hatası giderildi.

üst e2f01c47
......@@ -104,9 +104,9 @@ class BuildPo(build):
# Update PO files
# FIXME: enable this block
# for item in glob.glob1("po", "*.po"):
# print("Updating .. ", item)
# os.system("msgmerge --update --no-wrap --sort-by-file po/{0} po/{1}.pot".format(item, PROJECT))
for item in glob.glob1("po", "*.po"):
print("Updating .. ", item)
os.system("msgmerge --update --no-wrap --sort-by-file po/{0} po/{1}.pot".format(item, PROJECT))
# Cleanup
os.unlink(files)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment