- Notifications
You must be signed in to change notification settings - Fork5k
Commit891624f
committed
psql: Fix translation marking
Commit5a28324 addedaddFooterToPublicationDesc() as a wrapper aroundprintTableAddFooter(). The translation marker _() was moved to thebody of addFooterToPublicationDesc(), but addFooterToPublicationDesc()was not added to GETTEXT_TRIGGERS, so those strings were lost fortranslation. To fix, add the translation markers to the call sites ofaddFooterToPublicationDesc() and remove the translation marker fromthe body of the function. This seems easiest since there were onlytwo callers and it keeps the API consistent withprintTableAddFooter(). While we're here, add some const decorationsto the prototype of addFooterToPublicationDesc() for consistency withprintTableAddFooter().1 parent8ec5694 commit891624f
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5966 | 5966 |
| |
5967 | 5967 |
| |
5968 | 5968 |
| |
5969 |
| - | |
5970 |
| - | |
| 5969 | + | |
| 5970 | + | |
5971 | 5971 |
| |
5972 | 5972 |
| |
5973 | 5973 |
| |
| |||
5980 | 5980 |
| |
5981 | 5981 |
| |
5982 | 5982 |
| |
5983 |
| - | |
| 5983 | + | |
5984 | 5984 |
| |
5985 | 5985 |
| |
5986 | 5986 |
| |
| |||
6149 | 6149 |
| |
6150 | 6150 |
| |
6151 | 6151 |
| |
6152 |
| - | |
| 6152 | + | |
6153 | 6153 |
| |
6154 | 6154 |
| |
6155 | 6155 |
| |
| |||
6161 | 6161 |
| |
6162 | 6162 |
| |
6163 | 6163 |
| |
6164 |
| - | |
| 6164 | + | |
6165 | 6165 |
| |
6166 | 6166 |
| |
6167 | 6167 |
| |
|
0 commit comments
Comments
(0)