mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Add meson NLS support for pg_combinebackup
This commit is contained in:
parent
f67a3d4268
commit
c4fe2e8220
@ -36,3 +36,5 @@ tests += {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
subdir('po', if_found: libintl)
|
||||||
|
3
src/bin/pg_combinebackup/po/meson.build
Normal file
3
src/bin/pg_combinebackup/po/meson.build
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Copyright (c) 2023, PostgreSQL Global Development Group
|
||||||
|
|
||||||
|
nls_targets += [i18n.gettext('pg_combinebackup-' + pg_version_major.to_string())]
|
Loading…
x
Reference in New Issue
Block a user