[evolution-data-server/wip/damned-lies] po: Try with a meson.build file



commit 309e305cf9637f3077cefb5749f9377b68c9eeb2
Author: Milan Crha <mcrha redhat com>
Date:   Mon Sep 19 10:16:29 2022 +0200

    po: Try with a meson.build file

 po/CMakeLists.txt | 1 +
 po/Makevars       | 1 -
 po/meson.build    | 4 ++++
 3 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 4ede90629..c85de3491 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -25,6 +25,7 @@ add_custom_command(
         --keyword=g_dcgettext:2
         --keyword=g_dngettext:2,3
         --keyword=g_dpgettext2:2c,3
+        --keyword=DisplayName
         --flag=N_:1:pass-c-format
         --flag=C_:2:pass-c-format
         --flag=NC_:2:pass-c-format
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 000000000..197123b1b
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,4 @@
+# This is only for the Damned Lies
+
+gettext.preset=glib
+gettext.args=--keyword=DisplayName


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]