mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-22 22:03:44 +03:00
7 lines
176 B
Meson
7 lines
176 B
Meson
|
po_dir = meson.current_source_dir()
|
||
|
|
||
|
i18n.gettext(meson.project_name(),
|
||
|
args: ['--sort-output'],
|
||
|
data_dirs: i18n_itsdir,
|
||
|
preset: 'glib')
|