summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-06-01 20:38:12 +0800
committerLuke from DC <[email protected]>2023-06-01 19:26:53 +0000
commitaa2e7876d6c1518e2a2419755e9d618e9be61ec6 (patch)
treeac47aa394bf7f4e30b8c41b6f21f460b9a9c397e /po
parentbcbcc533539f7d27910f35e01f17240e8c72cdad (diff)
downloadlibmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.bz2
libmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.xz
Add meson compilation support
Diffstat (limited to 'po')
-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..9d25185
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext(gettext_domain, preset : 'glib') \ No newline at end of file