meson: build and install translations
This commit is contained in:
parent
1ee995fd0f
commit
5a84730b4a
@ -833,8 +833,8 @@ if os_unix
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
#subdir('po')
|
subdir('po')
|
||||||
#subdir('po-properties')
|
subdir('po-properties')
|
||||||
#if get_option('documentation')
|
#if get_option('documentation')
|
||||||
# subdir('docs/tools')
|
# subdir('docs/tools')
|
||||||
# subdir('docs/reference')
|
# subdir('docs/reference')
|
||||||
|
3
po-properties/meson.build
Normal file
3
po-properties/meson.build
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
i18n = import('i18n')
|
||||||
|
|
||||||
|
i18n.gettext('gtk30-properties', preset : 'glib')
|
3
po/meson.build
Normal file
3
po/meson.build
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
i18n = import('i18n')
|
||||||
|
|
||||||
|
i18n.gettext('gtk30', preset : 'glib')
|
Loading…
Reference in New Issue
Block a user