Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb83f4e4

Browse files
committed
psql: Add missing translation markers
1 parent03bf596 commitb83f4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,15 +2752,15 @@ describeOneTableDetails(const char *schemaname,
27522752
}
27532753

27542754
/* Print server name */
2755-
printfPQExpBuffer(&buf,"Server: %s",
2755+
printfPQExpBuffer(&buf,_("Server: %s"),
27562756
PQgetvalue(result,0,0));
27572757
printTableAddFooter(&cont,buf.data);
27582758

27592759
/* Print per-table FDW options, if any */
27602760
ftoptions=PQgetvalue(result,0,1);
27612761
if (ftoptions&&ftoptions[0]!='\0')
27622762
{
2763-
printfPQExpBuffer(&buf,"FDW Options: (%s)",ftoptions);
2763+
printfPQExpBuffer(&buf,_("FDW Options: (%s)"),ftoptions);
27642764
printTableAddFooter(&cont,buf.data);
27652765
}
27662766
PQclear(result);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp