Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 188d3dcf1c7e1011bfe0cf8b09299801 > files > 37

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