waybox/po/meson.build

12 lines
421 B
Meson
Raw Normal View History

2020-03-09 17:08:08 -04:00
i18n = import('i18n')
add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() + '"',
2022-02-22 20:29:04 -05:00
'-DLOCALEDIR="' + get_option('prefix') / get_option('localedir') + '"',
2020-03-09 17:08:08 -04:00
language:'c')
i18n.gettext(meson.project_name().to_lower(),
args: ['--directory=' + source_root,
'--add-comments=TRANSLATORS',
'--no-location',
'--keyword=_',
'--msgid-bugs=https://github.com/wizbright/waybox/issues']
2020-03-09 17:08:08 -04:00
)