mirror of
https://github.com/elementary/gala.git
synced 2024-11-05 01:42:08 +03:00
11 lines
277 B
Meson
11 lines
277 B
Meson
i18n.gettext(
|
|
meson.project_name(),
|
|
preset: 'glib',
|
|
args: [
|
|
'--default-domain=' + meson.project_name(),
|
|
'--package-version=' + meson.project_version(),
|
|
'--copyright-holder=The Gala Developers',
|
|
'--msgid-bugs-address=https://github.com/elementary/gala/issues',
|
|
],
|
|
)
|