diff options
-rw-r--r-- | po/meson.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/po/meson.build b/po/meson.build index 8f075704..e4d451ff 100644 --- a/po/meson.build +++ b/po/meson.build @@ -6,5 +6,10 @@ i18n = import('i18n') i18n.gettext( meson.project_name(), preset: 'glib', - data_dirs: '.' + data_dirs: '.', + args: [ + '--copyright-holder=Linux-PAM Project', + '--msgid-bugs-address=https://github.com/linux-pam/linux-pam/issues', + '--package-version=1.6.1', + ], ) |