We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67a3d4 commit c4fe2e8Copy full SHA for c4fe2e8
src/bin/pg_combinebackup/meson.build
@@ -36,3 +36,5 @@ tests += {
36
],
37
}
38
39
+
40
+subdir('po', if_found: libintl)
src/bin/pg_combinebackup/po/meson.build
@@ -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