mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Add meson NLS support for pg_walsummary
This commit is contained in:
@@ -28,3 +28,5 @@ tests += {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
subdir('po', if_found: libintl)
|
||||||
|
3
src/bin/pg_walsummary/po/meson.build
Normal file
3
src/bin/pg_walsummary/po/meson.build
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Copyright (c) 2024, PostgreSQL Global Development Group
|
||||||
|
|
||||||
|
nls_targets += [i18n.gettext('pg_walsummary-' + pg_version_major.to_string())]
|
Reference in New Issue
Block a user