meson: add po and po-properties
This commit is contained in:
committed by
Emmanuele Bassi
parent
7cbf92505c
commit
cbfaebfa83
@@ -445,3 +445,6 @@ if host_machine.system() != 'windows'
|
||||
configuration : pkgconf,
|
||||
install_dir : pkg_install_dir)
|
||||
endif
|
||||
|
||||
subdir('po')
|
||||
subdir('po-properties')
|
||||
|
||||
3
po-properties/meson.build
Normal file
3
po-properties/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext('gtk40-properties', preset : 'glib')
|
||||
3
po/meson.build
Normal file
3
po/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext('gtk40', preset : 'glib')
|
||||
Reference in New Issue
Block a user