Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 4d9fa70c446dea10aa51e1d37c2c73f7 > files > 40

python-distutils-extra-2.19-2.fc14.noarch.rpm

* How can I update the po files, formerly I used "make update-po"?

- You can call the build_i18n command with the -m (--merge-po) option:
 ./setup.py build_i18n -m


* The domain and further intltool settings from the setup.cfg are not
  applied correctly.

- Please make sure that there is no Makefile in your po directory.
  Intltool seems to prefer the values from there.