summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-07-08 04:46:48 +0200
committerTanu Kaskinen <tanuk@iki.fi>2018-07-10 15:44:58 +0300
commitc6f1217d4365e9ca9e126baed08334b23721c684 (patch)
tree3885b94b2fe09cd137bfcb016be0700a9cadbdef /po
parent534d20a1d738f21365b56a08f6553d1be8ca8914 (diff)
Port to meson
Diffstat (limited to 'po')
-rw-r--r--po/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..2611f29
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,4 @@
+i18n.gettext(
+ meson.project_name(),
+ preset: 'glib',
+ )