1 2 3 4 5 6 7
if get_option('nls') i18n = import('i18n') i18n.gettext(meson.project_name(), preset: 'glib', data_dirs: '.', install: true) endif