edi/po/meson.build

6 lines
165 B
Meson
Raw Normal View History

2017-10-03 09:52:45 -07:00
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')))