[gtk/gtk-3-24-meson: 67/99] meson: build and install translations



commit f05d549ee3a9551dafd3f5825a4baf2d4264cdc4
Author: Christoph Reiter <creiter src gnome org>
Date:   Fri Mar 29 11:10:46 2019 +0100

    meson: build and install translations

 meson.build               | 4 ++--
 po-properties/meson.build | 3 +++
 po/meson.build            | 3 +++
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 0d11495c42..9693318a9f 100644
--- a/meson.build
+++ b/meson.build
@@ -833,8 +833,8 @@ if os_unix
 endif
 
 # TODO
-#subdir('po')
-#subdir('po-properties')
+subdir('po')
+subdir('po-properties')
 #if get_option('documentation')
 #  subdir('docs/tools')
 #  subdir('docs/reference')
diff --git a/po-properties/meson.build b/po-properties/meson.build
new file mode 100644
index 0000000000..4029453cea
--- /dev/null
+++ b/po-properties/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk30-properties', preset : 'glib')
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000000..ed71667aa6
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk30', preset : 'glib')


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