enlightenment/po/meson.build

6 lines
119 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
if get_option('nls')
i18n = import('i18n')
i18n.gettext('enlightenment')
config_h.set('HAVE_GETTEXT', '1')
2017-07-21 13:20:03 -07:00
endif