Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
main
/
.
/
po
/
meson.build
blob: 139f393e331648fc54864a12716cd29a29e9c105 [
file
] [
log
] [
blame
] [
raw
]
# SPDX-License-Identifier: LGPL-2.1-or-later
i18n
=
import
(
'i18n'
)
want_translations
=
get_option
(
'translations'
)
if
want_translations
i18n
.
gettext
(
meson
.
project_name
(),
preset
:
'glib'
,
data_dirs
:
'.'
)
endif