File: FAQ

package info (click to toggle)
python-distutils-extra 3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 1,817; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
* 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.