Added data files

This commit is contained in:
Keith Bowes 2022-02-22 20:29:04 -05:00
parent 0f612080fa
commit c4e224d5fa
53 changed files with 713 additions and 54 deletions

View file

@ -1,6 +1,6 @@
i18n = import('i18n')
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')
i18n.gettext(meson.project_name().to_lower(),
args: ['--directory=' + source_root,