diff options
| author | Peter Eisentraut | 2016-10-15 16:00:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-11-04 14:40:05 +0000 |
| commit | 69d590fffbdcfb50a31a8c78ce87e602002a869f (patch) | |
| tree | 8665f33a3bc6fdbd69bc864670825ed3a2513f7c /src/bin/pg_xlogdump/nls.mk | |
| parent | 59fa9d2d9da46097dd4da5c5f1f07e22a288fccf (diff) | |
pg_xlogdump: Add NLS
Reviewed-by: Michael Paquier <[email protected]>
Diffstat (limited to 'src/bin/pg_xlogdump/nls.mk')
| -rw-r--r-- | src/bin/pg_xlogdump/nls.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/pg_xlogdump/nls.mk b/src/bin/pg_xlogdump/nls.mk new file mode 100644 index 00000000000..2b254c35c6e --- /dev/null +++ b/src/bin/pg_xlogdump/nls.mk @@ -0,0 +1,6 @@ +# src/bin/pg_xlogdump/nls.mk +CATALOG_NAME = pg_xlogdump +AVAIL_LANGUAGES = +GETTEXT_FILES = pg_xlogdump.c +GETTEXT_TRIGGERS = fatal_error +GETTEXT_FLAGS = fatal_error:1:c-format |
