Add meson NLS support for pg_combinebackup

pull/151/head
Peter Eisentraut 2 years ago
parent f67a3d4268
commit c4fe2e8220
  1. 2
      src/bin/pg_combinebackup/meson.build
  2. 3
      src/bin/pg_combinebackup/po/meson.build

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

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