summaryrefslogtreecommitdiffstats
path: root/data/po/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'data/po/meson.build')
-rw-r--r--data/po/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/po/meson.build b/data/po/meson.build
new file mode 100644
index 0000000..387ab1d
--- /dev/null
+++ b/data/po/meson.build
@@ -0,0 +1,2 @@
+i18n = import('i18n')
+i18n.gettext(meson.project_name(), args: ['--directory='+join_paths(meson.source_root(), 'src'), '--language=vala', '--from-code=utf-8', '--keyword=_', '--escape', '--sort-output'])