edi/po/meson.build

6 lines
165 B
Meson

i18n = import('i18n')
i18n.gettext('edi')
config_h.set('ENABLE_NLS', 1)
config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))