Skip to content

Commit 9b08801

Browse files
peterepull[bot]
authored andcommitted
Add meson NLS support for pg_combinebackup
1 parent 5efbc14 commit 9b08801

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/bin/pg_combinebackup/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ tests += {
3636
],
3737
}
3838
}
39+
40+
subdir('po', if_found: libintl)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) 2023, PostgreSQL Global Development Group
2+
3+
nls_targets += [i18n.gettext('pg_combinebackup-' + pg_version_major.to_string())]

0 commit comments

Comments
 (0)