summaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-10-27 15:56:30 +0800
committerzhuyaliang <[email protected]>2023-10-27 15:56:30 +0800
commitdd55b0a24361c3a2f8eb112fab16a55a9b2c8d8f (patch)
treeb331f95a50a4a381b89023b742ff547a3b05594b /po/meson.build
parent05f3a440f3cbd7c4fd04962f964292a764f5b6ac (diff)
downloadmate-notification-daemon-meson.tar.bz2
mate-notification-daemon-meson.tar.xz
add meson build supportmeson
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..964935b
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,6 @@
+i18n.gettext(meson.project_name(),
+ preset : 'glib',
+ args: [
+ '--default-domain=' + meson.project_name()
+ ]
+)