xref: /openbmc/qemu/po/meson.build (revision 0807162e601c655e4f08bc736193255a1189d29d)
1i18n = import('i18n')
2
3if get_option('gettext')
4  i18n.gettext(meson.project_name(),
5               args: '--msgid-bugs-address=qemu-devel@nongnu.org',
6               preset: 'glib')
7endif
8