[issue179] wrong translation files handling in setup.py

Funda Wang at Labix Tracker tracker at labix.org
Sun Jul 2 02:33:07 PDT 2006


New submission from Funda Wang <fundawang at linux.net.cn>:

setup.py says:
for filepath in glob.glob("locale/*/LC_MESSAGES/*.mo"):
    targetpath = os.path.dirname(os.path.join("share", filepath))
    I18NFILES.append((targetpath, [filepath]))

In fact, the .mo files should be generated on the fly when `make all`, rather 
than folding directly inside tarball. Due to that reason, zh_CN translations 
won't be installed in 0.42.

----------
messages: 578
nosy: fundawang
priority: bug
project: smart
status: unread
title: wrong translation files handling in setup.py

_______________________________________
Labix issue tracker <tracker at labix.org>
<http://tracker.labix.org/issue179>
_______________________________________



More information about the Smart mailing list