Kaydet (Commit) e1bd8bd2 authored tarafından Your Name's avatar Your Name

disable nsl (will enable in future)

üst 29d338c9
......@@ -87,9 +87,10 @@ class BuildPo(build):
-o po/{2}.pot".format(PROJECT, files, PROJECT))
# Update PO files
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))
# 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))
# Cleanup
os.unlink(files)
......@@ -105,7 +106,8 @@ class BuildPo(build):
class Install(install):
def run(self):
install.run(self)
self.installi18n()
#FIXME enable this
#self.installi18n()
self.generateConfigFile()
def finalize_options(self):
......
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