1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/po/meson.build
2020-09-06 16:54:23 +02:00

9 lines
251 B
Meson

if conf_data.get('CONFIG_NLS') == 1
i18n = import('i18n')
# define GETTEXT_PACKAGE
add_project_arguments('-DGETTEXT_PACKAGE="elinks"', language:'c')
i18n.gettext('elinks',
args: '--directory=' + meson.source_root()
)
endif