2021-03-28 12:56:19 -04:00
|
|
|
if conf_data.get('CONFIG_NLS')
|
2020-09-06 10:54:23 -04:00
|
|
|
i18n = import('i18n')
|
|
|
|
# define GETTEXT_PACKAGE
|
|
|
|
add_project_arguments('-DGETTEXT_PACKAGE="elinks"', language:'c')
|
|
|
|
i18n.gettext('elinks',
|
|
|
|
args: '--directory=' + meson.source_root()
|
|
|
|
)
|
|
|
|
endif
|