1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/po/meson.build

15 lines
428 B
Meson
Raw Normal View History

if conf_data.get('CONFIG_NLS')
i18n = import('i18n')
# define GETTEXT_PACKAGE
add_project_arguments('-DGETTEXT_PACKAGE="elinks"', language:'c')
i18n.gettext('elinks',
args: '--directory=' + meson.source_root()
)
endif
check_po_sh = find_program('check_po.sh')
run_target('check-po', command:[check_po_sh])
2022-10-09 15:24:08 +00:00
update_po_sh = find_program('update_po.sh')
run_target('update-po', command:[update_po_sh])