Proper translation notes and where to report bugs

This commit is contained in:
Keith Bowes 2020-03-10 14:18:06 -04:00
parent 273cfbebe5
commit d19918e482

View file

@ -3,5 +3,7 @@ add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() +
'-DLOCALEDIR="' + get_option('prefix') + '/' + get_option('localedir') + '"', '-DLOCALEDIR="' + get_option('prefix') + '/' + get_option('localedir') + '"',
language:'c') language:'c')
i18n.gettext(meson.project_name().to_lower(), 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']
) )