mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 05:13:42 -05:00
Add meson NLS support for pg_combinebackup
This commit is contained in:
parent
f67a3d4268
commit
c4fe2e8220
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue