forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit90c9648
committed
Re-add translation markers that were lost
When win32security.c was moved from src/backend/port/win32/security.c,the message writing function was changed from write_stderr to log_error,but nls.mk was not updated. We could add log_error to GETTEXT_TRIGGERS,but it's also used in src/common/exec.c in a different way and thatwould create some confusion or a larger patch. For now, just put anexplicit translation marker onto the strings that were previouslytranslated.1 parent470d886 commit90c9648
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
0 commit comments
Comments
(0)