summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-06-13 22:58:52 +0200
committerCorentin Noël <tintou@noel.tf>2022-06-14 09:11:32 +0200
commit2c5abff1398b5457d76c8b2f4dd8801a05701217 (patch)
tree35726c5fddb8804e5cd49e24976e49d2ef8295f4 /po
parent54da436258d79b683f57dfadf787bdf56ca58576 (diff)
downloadlibgnomekbd-2c5abff1398b5457d76c8b2f4dd8801a05701217.tar.gz
Add meson build system
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
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