diff options
author | Tom Lane | 2023-12-26 19:37:46 +0000 |
---|---|---|
committer | Tom Lane | 2023-12-26 19:37:46 +0000 |
commit | bbf1f1340800da38625ea7034dca3c14c6431f64 (patch) | |
tree | e3b4e00bae09e6b586495a0a49e0d26fd2aa888d | |
parent | d327f418d1e6aea1fee3105853ca5c9ef937ce1f (diff) |
Add empty placeholder LINGUAS file for pg_combinebackup.
This will eventually be replaced once some translations exist
for pg_combinebackup's messages. In the meantime, we need
something here to prevent "make" from complaining in
builds with --enable-nls. Per advice added in 88dad06b4.
-rw-r--r-- | src/bin/pg_combinebackup/po/LINGUAS | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/bin/pg_combinebackup/po/LINGUAS b/src/bin/pg_combinebackup/po/LINGUAS new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/src/bin/pg_combinebackup/po/LINGUAS |