mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
meson: add po and po-properties
This commit is contained in:
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')
|
Loading…
Reference in New Issue
Block a user