From d19918e482b69e336ecbe328396cfb0572556610 Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Tue, 10 Mar 2020 14:18:06 -0400 Subject: [PATCH] Proper translation notes and where to report bugs --- po/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'] )