aboutsummaryrefslogtreecommitdiff
path: root/po/meson.build
blob: e4d451ffc0a3e255fba3b9001da7d2b2aa336604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if not find_program('gettext', required: get_option('i18n')).found()
  subdir_done()
endif

i18n = import('i18n')
i18n.gettext(
  meson.project_name(),
  preset: 'glib',
  data_dirs: '.',
  args: [
    '--copyright-holder=Linux-PAM Project',
    '--msgid-bugs-address=https://github.com/linux-pam/linux-pam/issues',
    '--package-version=1.6.1',
  ],
)