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): ...@@ -87,9 +87,10 @@ class BuildPo(build):
-o po/{2}.pot".format(PROJECT, files, PROJECT)) -o po/{2}.pot".format(PROJECT, files, PROJECT))
# Update PO files # Update PO files
for item in glob.glob1("po", "*.po"): # FIXME: enable this block
print("Updating .. ", item) #for item in glob.glob1("po", "*.po"):
os.system("msgmerge --update --no-wrap --sort-by-file po/{0} po/{1}.pot".format(item, PROJECT)) # print("Updating .. ", item)
# os.system("msgmerge --update --no-wrap --sort-by-file po/{0} po/{1}.pot".format(item, PROJECT))
# Cleanup # Cleanup
os.unlink(files) os.unlink(files)
...@@ -105,7 +106,8 @@ class BuildPo(build): ...@@ -105,7 +106,8 @@ class BuildPo(build):
class Install(install): class Install(install):
def run(self): def run(self):
install.run(self) install.run(self)
self.installi18n() #FIXME enable this
#self.installi18n()
self.generateConfigFile() self.generateConfigFile()
def finalize_options(self): 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