Add meson NLS support for pg_walsummary

This commit is contained in:
Peter Eisentraut 2024-06-06 21:21:58 +02:00
parent 7515982636
commit b0f2659c7d
2 changed files with 5 additions and 0 deletions

View File

@ -28,3 +28,5 @@ tests += {
],
}
}
subdir('po', if_found: libintl)

View File

@ -0,0 +1,3 @@
# Copyright (c) 2024, PostgreSQL Global Development Group
nls_targets += [i18n.gettext('pg_walsummary-' + pg_version_major.to_string())]