mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
8 lines
163 B
Meson
8 lines
163 B
Meson
if get_option('nls')
|
|
i18n = import('i18n')
|
|
i18n.gettext(meson.project_name(),
|
|
preset: 'glib',
|
|
data_dirs: '.',
|
|
install: true)
|
|
endif
|