Add meson NLS support for pg_combinebackup

This commit is contained in:
Peter Eisentraut 2023-12-26 21:31:39 +01:00
parent f67a3d4268
commit c4fe2e8220
2 changed files with 5 additions and 0 deletions

View File

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

View File

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