diff --git a/po/meson.build b/po/meson.build index 9eb4a1c..1e868c6 100644 --- a/po/meson.build +++ b/po/meson.build @@ -3,5 +3,7 @@ add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() + '-DLOCALEDIR="' + get_option('prefix') + '/' + get_option('localedir') + '"', language:'c') i18n.gettext(meson.project_name().to_lower(), - args: '--directory=' + meson.source_root() + args: ['--directory=' + meson.source_root(), + '--add-comments=TRANSLATORS', + '--msgid-bugs=https://github.com/wizbright/waybox/issues'] )