Add meson NLS support for pg_walsummary
This commit is contained in:
parent
7515982636
commit
b0f2659c7d
@ -28,3 +28,5 @@ tests += {
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
subdir('po', if_found: libintl)
|
||||
|
3
src/bin/pg_walsummary/po/meson.build
Normal file
3
src/bin/pg_walsummary/po/meson.build
Normal file
@ -0,0 +1,3 @@
|
||||
# Copyright (c) 2024, PostgreSQL Global Development Group
|
||||
|
||||
nls_targets += [i18n.gettext('pg_walsummary-' + pg_version_major.to_string())]
|
Loading…
x
Reference in New Issue
Block a user