diff options
| author | Peter Eisentraut | 2012-03-30 17:42:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-03-30 17:46:23 +0000 |
| commit | 194b5ea3d0722f94e8a6ba9cec03b858cc8c9370 (patch) | |
| tree | 425b194317690751f04fe31aee655fa54ed5bee2 /src/bin/psql | |
| parent | 1d1361b6b77242f519c3cbb10fede4478ba6444f (diff) | |
Add new files to NLS file lists
Some of these are newly added, some are older and were forgotten, some
don't contain any translatable strings right now but look like they
could in the future.
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/nls.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/nls.mk b/src/bin/psql/nls.mk index 8d744348f0b..ab76e6dbcac 100644 --- a/src/bin/psql/nls.mk +++ b/src/bin/psql/nls.mk @@ -2,7 +2,8 @@ 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 startup.c describe.c sql_help.h sql_help.c \ + mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \ + tab-complete.c variable.c \ ../../port/exec.c GETTEXT_TRIGGERS = N_ psql_error simple_prompt GETTEXT_FLAGS = psql_error:1:c-format |
