diff options
author | zhuyaliang <[email protected]> | 2023-10-16 16:17:40 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-24 09:20:03 +0200 |
commit | 9a8cfd772538539776654401d7a1293595405c90 (patch) | |
tree | 88d775507986d0f0f3b6eb41f5fd4a86bfa3d85e /po | |
parent | 2561c8ad2c0f4168c6021172095fe40aa789deb7 (diff) | |
download | mate-power-manager-9a8cfd772538539776654401d7a1293595405c90.tar.bz2 mate-power-manager-9a8cfd772538539776654401d7a1293595405c90.tar.xz |
Add meson build support
Diffstat (limited to 'po')
-rw-r--r-- | po/meson.build | 6 |
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() + ] +) |