ephoto/po/meson.build

7 lines
136 B
Meson

if get_option('nls')
i18n = import('i18n')
i18n.gettext('ephoto')
cfg = configuration_data()
cfg.set('HAVE_GETTEXT', '1')
endif