apparmor/utils/po
Steve Beattie f19eb31f23 Entire tree: makefile cruft removal
- drop the symlink magic of the common/ directory, and just include
  files directly from there.
- update comments indicating required steps to take when including
  common/Make.rules
- drop make clean steps that refer to no longer generated tarballs,
  specfiles, and symlinks to the common directory/Make.rules.
- don't silence clean steps if VERBOSE is set

Signed-off-by: Steve Beattie <steve@nxnw.org>
Acked-by: Christian "Ghostbuster" Boltz <apparmor@cboltz.de>
2015-01-23 15:52:09 -08:00
..
apparmor-utils.pot Fix warnings generated due to unnamed arguments in translatable strings. 2014-09-14 23:47:00 +05:30
bs.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
de.po Launchpad automatic translations update. 2014-10-20 05:41:55 +00:00
en_GB.po Launchpad automatic translations update. 2014-10-23 05:37:49 +00:00
fr.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
hi.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
it.po Launchpad automatic translations update. 2014-10-28 05:41:09 +00:00
ko.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
Makefile Entire tree: makefile cruft removal 2015-01-23 15:52:09 -08:00
pl.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
README Merge in Kshitij Gupta <kgupta8592@gmail.com>'s rewrite of the 2014-02-12 15:54:00 -08:00
ru.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
sv.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
tr.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00
uk.po Launchpad automatic translations update. 2014-09-15 06:03:21 +00:00

GENERATING TRANSLATION MESSAGES

To generate the messages.pot file:

Run the following command in Translate.
python pygettext.py ../apparmor/*.py ../Tools/aa*

It will generate the messages.pot file in the Translate directory.

You might need to provide the full path to pygettext.py from your python installation. It will typically be in the /path/to/python/libs/Tools/i18n/pygettext.py