Skip to content

Commit b0f2659

Browse files
committed
Add meson NLS support for pg_walsummary
1 parent 7515982 commit b0f2659

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/bin/pg_walsummary/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ tests += {
2828
],
2929
}
3030
}
31+
32+
subdir('po', if_found: libintl)

src/bin/pg_walsummary/po/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)