meson: build and install translations

This commit is contained in:
Christoph Reiter 2019-03-29 11:10:46 +01:00
parent 1ee995fd0f
commit 5a84730b4a
3 changed files with 8 additions and 2 deletions

View File

@ -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')

View File

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

3
po/meson.build Normal file
View File

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