[gtk+/wip/meson] meson: add po and po-properties



commit 26e8f37df8a6c270c929a97b36865d1e17b2a2cc
Author: Tim-Philipp Müller <tim centricular com>
Date:   Wed Mar 22 13:53:25 2017 +0000

    meson: add po and po-properties

 meson.build               |    3 +++
 po-properties/meson.build |    3 +++
 po/meson.build            |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7cda424..0665c6d 100644
--- a/meson.build
+++ b/meson.build
@@ -445,3 +445,6 @@ if host_machine.system() != 'windows'
     configuration : pkgconf,
     install_dir : pkg_install_dir)
 endif
+
+subdir('po')
+subdir('po-properties')
diff --git a/po-properties/meson.build b/po-properties/meson.build
new file mode 100644
index 0000000..7cb98ce
--- /dev/null
+++ b/po-properties/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk40-properties', preset : 'glib')
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..84e0c71
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk40', preset : 'glib')


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