Codebase list virt-viewer / debian/11.0-1 po / meson.build
debian/11.0-1

Tree @debian/11.0-1 (Download .tar.gz)

meson.build @debian/11.0-1raw · history · blame

1
2
3
4
5
6
po_dir = meson.current_source_dir()

i18n.gettext(meson.project_name(),
             args: ['--sort-output'],
             data_dirs: i18n_itsdir,
             preset: 'glib')