Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c4fe2e8

Browse files
committed
Add meson NLS support for pg_combinebackup
1 parent f67a3d4 commit c4fe2e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/bin/pg_combinebackup/meson.build

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ tests += {
3636
],
3737
}
3838
}
39+
40+
subdir('po', if_found: libintl)
+3
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)