forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf98bc20
committed
Fix translation domain in pg_basebackup
For some reason, we've been overlooking the fact that pg_receivexlogand pg_recvlogical are using wrong translation domains all along,so their output hasn't ever been translated. The right domain ispg_basebackup, not their own executable names.Noticed by Ioseph Kim, who's been working on the Korean translation.Backpatch pg_receivexlog to 9.2 and pg_recvlogical to 9.4.1 parent0a29cf6 commitf98bc20
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
376 |
| - | |
| 376 | + | |
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
645 |
| - | |
| 645 | + | |
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
|
0 commit comments
Comments
(0)