8 lines
195 B
Meson
8 lines
195 B
Meson
install_translations = get_option('install_translations')
|
|
if install_translations
|
|
i18n = import('i18n')
|
|
i18n.gettext(meson.project_name(),
|
|
args: '--directory=' + meson.source_root()
|
|
)
|
|
endif
|