Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 9fdce35b99b0ea539971ac3ab6fc2463 > files > 37

python-distutils-extra-2.26-1.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.