]> Git Repo - qemu.git/blob - po/meson.build
tests/docker: Remove the remainders of debian9 containers from the Makefile
[qemu.git] / po / meson.build
1 i18n = import('i18n')
2
3 if find_program('xgettext', required: get_option('gettext')).found()
4   i18n.gettext(meson.project_name(),
5                args: '[email protected]',
6                preset: 'glib')
7 endif
This page took 0.024567 seconds and 4 git commands to generate.