mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
Fix recently introduced typo in NLS file lists
This commit is contained in:
parent
d5881c036a
commit
5633df2582
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ CATALOG_NAME = psql
|
|||
AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
|
||||
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
|
||||
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
|
||||
tab-complete.c variable.c \
|
||||
tab-complete.c variables.c \
|
||||
../../port/exec.c
|
||||
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
|
||||
GETTEXT_FLAGS = psql_error:1:c-format
|
||||
|
|
|
|||
Loading…
Reference in a new issue