apparmor/utils/po/README
Ryan Lee c6181c2dbe Update po README with correct directories and pygettext3 binary
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
2024-09-03 09:35:05 -07:00

8 lines
262 B
Text

GENERATING TRANSLATION MESSAGES
To generate the .pot file, run the following command in the po directory:
pygettext3 -o apparmor-utils.pot ../apparmor/*.py $(find .. -executable -name 'aa-*')
It will generate the apparmor-utils.pot file in the po directory.