mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
9 lines
204 B
Meson
9 lines
204 B
Meson
i18n = import('i18n')
|
|
|
|
i18n.gettext('sysprof',
|
|
preset: 'glib',
|
|
args: [
|
|
'--msgid-bugs-address=https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof&keywords=I18N+L10N&component=general',
|
|
],
|
|
)
|