Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f11af2bc
Commit
f11af2bc
authored
Mar 06, 2013
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust nls.mk for split out of wait_error.c
parent
e11cb8ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/bin/initdb/nls.mk
src/bin/initdb/nls.mk
+1
-1
src/bin/psql/nls.mk
src/bin/psql/nls.mk
+1
-1
No files found.
src/bin/initdb/nls.mk
View file @
f11af2bc
# src/bin/initdb/nls.mk
# src/bin/initdb/nls.mk
CATALOG_NAME
=
initdb
CATALOG_NAME
=
initdb
AVAIL_LANGUAGES
=
cs de es fr it ja ko pt_BR ro ru sv ta
tr
zh_CN zh_TW
AVAIL_LANGUAGES
=
cs de es fr it ja ko pt_BR ro ru sv ta
tr
zh_CN zh_TW
GETTEXT_FILES
=
findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c
GETTEXT_FILES
=
findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c
../../port/wait_error.c
GETTEXT_TRIGGERS
=
simple_prompt
GETTEXT_TRIGGERS
=
simple_prompt
src/bin/psql/nls.mk
View file @
f11af2bc
...
@@ -4,6 +4,6 @@ AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
...
@@ -4,6 +4,6 @@ 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
\
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
\
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c
\
tab-complete.c variables.c
\
tab-complete.c variables.c
\
../../port/exec.c
../../port/exec.c
../../port/wait_error.c
GETTEXT_TRIGGERS
=
N_ psql_error simple_prompt
GETTEXT_TRIGGERS
=
N_ psql_error simple_prompt
GETTEXT_FLAGS
=
psql_error:1:c-format
GETTEXT_FLAGS
=
psql_error:1:c-format
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment