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
9c76af4a
Commit
9c76af4a
authored
Oct 04, 2005
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add _ to gettext triggers. Must have been forgotten here when it was introduced.
parent
1e6201a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/nls.mk
src/backend/nls.mk
+2
-2
No files found.
src/backend/nls.mk
View file @
9c76af4a
# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.
19 2005/01/09 17:10:28
petere Exp $
# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.
20 2005/10/04 11:14:03
petere Exp $
CATALOG_NAME
:=
postgres
AVAIL_LANGUAGES
:=
af cs de es fr hr hu it ko nb pt_BR ro ru sk sl sv
tr
zh_CN zh_TW
GETTEXT_FILES
:=
+ gettext-files
# you can add "elog:2" and "errmsg_internal" to this list if you want to
# include internal messages in the translation list.
GETTEXT_TRIGGERS
:=
errmsg errdetail errhint errcontext write_stderr yyerror
GETTEXT_TRIGGERS
:=
_
errmsg errdetail errhint errcontext write_stderr yyerror
gettext-files
:
distprep
find
$(srcdir)
/
$(srcdir)
/../port/
-name
'*.c'
-print
>
$@
...
...
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