mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
8 lines
262 B
Text
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.
|
|
|