summaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-12-21 21:15:15 +0300
committerkx <kx@radix.pro>2023-12-21 21:15:15 +0300
commit938dce1e03ee7b5f16c6955dd055916dd2d515d0 (patch)
treec90cb30e3e16408c369f6b7325ec5da16d204909 /po/meson.build
parentfcf296f311f6cc515afb16b8c08e4ddd3da807cb (diff)
downloadtimedated-938dce1e03ee7b5f16c6955dd055916dd2d515d0.tar.xz
Version 1.0.0
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..111f515
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+
+i18n = import('i18n')
+i18n.gettext(meson.project_name(), preset : 'glib')