apparmor/utils/po/README

11 lines
388 B
Text
Raw Normal View History

2013-09-20 19:20:41 +05:30
GENERATING TRANSLATION MESSAGES
To generate the messages.pot file:
2013-09-21 01:08:34 +05:30
Run the following command in Translate.
python pygettext.py ../apparmor/*.py ../Tools/aa*
2013-09-20 19:20:41 +05:30
2013-09-21 01:08:34 +05:30
It will generate the messages.pot file in the Translate directory.
2013-09-20 19:20:41 +05:30
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