summaryrefslogtreecommitdiffstats
path: root/po/meson.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:32:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:32:59 +0000
commitadb934701975f6b0214475d1a8d0d1ce727b9d4d (patch)
tree5688c745d10b64c8856586864ec416a6bdae881d /po/meson.build
parentInitial commit. (diff)
downloadgedit-bea8f1585f030ea0859221d17717c77aa3e1f4b5.tar.xz
gedit-bea8f1585f030ea0859221d17717c77aa3e1f4b5.zip
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..75c9c97
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,7 @@
+i18n.gettext(
+ meson.project_name(),
+ preset: 'glib',
+ args: [
+ '--keyword=Description',
+ ]
+)