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 7515982 commit b0f2659Copy full SHA for b0f2659
src/bin/pg_walsummary/meson.build
@@ -28,3 +28,5 @@ tests += {
28
],
29
}
30
31
+
32
+subdir('po', if_found: libintl)
src/bin/pg_walsummary/po/meson.build
@@ -0,0 +1,3 @@
1
+# Copyright (c) 2024, PostgreSQL Global Development Group
2
3
+nls_targets += [i18n.gettext('pg_walsummary-' + pg_version_major.to_string())]
0 commit comments