forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit145ca36
committed
pg_test_timing: Some NLS fixes
The string "% of total" was marked by xgettext to be a c-format, but itis actually not, so mark up the source to prevent that.Compute the column widths of the final display dynamically based on thetranslated strings, so that translations don't mess up the displayaccidentally.1 parent3460728 commit145ca36
1 file changed
+14
-3
lines changedLines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
175 | 181 |
| |
176 | 182 |
| |
177 | 183 |
| |
178 | 184 |
| |
179 | 185 |
| |
180 | 186 |
| |
181 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
182 | 191 |
| |
183 | 192 |
| |
184 | 193 |
| |
185 | 194 |
| |
186 | 195 |
| |
187 | 196 |
| |
188 | 197 |
| |
189 |
| - | |
190 |
| - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
191 | 202 |
| |
192 | 203 |
|
0 commit comments
Comments
(0)