[gtk/gtk-3-24-meson: 50/89] meson: build and install translations
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 50/89] meson: build and install translations
- Date: Wed, 10 Apr 2019 08:24:22 +0000 (UTC)
commit c0770e2c52e8758198bdf0c60abc6ad4e774b9c9
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]