meson: add po and po-properties

This commit is contained in:
Tim-Philipp Müller 2017-03-22 13:53:25 +00:00 committed by Emmanuele Bassi
parent 7cbf92505c
commit cbfaebfa83
3 changed files with 9 additions and 0 deletions

View File

@ -445,3 +445,6 @@ if host_machine.system() != 'windows'
configuration : pkgconf,
install_dir : pkg_install_dir)
endif
subdir('po')
subdir('po-properties')

View File

@ -0,0 +1,3 @@
i18n = import('i18n')
i18n.gettext('gtk40-properties', preset : 'glib')

3
po/meson.build Normal file
View File

@ -0,0 +1,3 @@
i18n = import('i18n')
i18n.gettext('gtk40', preset : 'glib')