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

Commitd69fae2

Browse files
committed
initdb: Re-add translatable string that got lost
1 parent1bfebff commitd69fae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,8 @@ main(int argc, char *argv[])
32353235
appendShellString(start_db_cmd,pgdata_native);
32363236

32373237
/* add suggested -l switch and "start" command */
3238-
appendPQExpBufferStr(start_db_cmd," -l logfile start");
3238+
/* translator: This is a placeholder in a shell command. */
3239+
appendPQExpBuffer(start_db_cmd," -l %s start",_("logfile"));
32393240

32403241
printf(_("\nSuccess. You can now start the database server using:\n\n"
32413242
" %s\n\n"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp