1
0
Fork 0
cryptsetup/po/meson.build
Daniel Baumann 309c0fd158
Adding upstream version 2:2.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 10:45:47 +02:00

7 lines
163 B
Meson

if get_option('nls')
i18n = import('i18n')
i18n.gettext(meson.project_name(),
preset: 'glib',
data_dirs: '.',
install: true)
endif