mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-23 18:03:32 +08:00
meson: Add basic po support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
5084dbd96a
commit
68f9984ac0
@ -487,6 +487,7 @@ endforeach
|
||||
|
||||
# Subdirs
|
||||
|
||||
subdir('po')
|
||||
if get_option('man')
|
||||
subdir('man')
|
||||
endif
|
||||
|
4
po/meson.build
Normal file
4
po/meson.build
Normal file
@ -0,0 +1,4 @@
|
||||
i18n = import('i18n')
|
||||
i18n.gettext(meson.project_name(), preset: 'glib')
|
||||
|
||||
po_dir = meson.current_source_dir()
|
Loading…
Reference in New Issue
Block a user