forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcb5a7bc
committed
Add the possibility to pass --flag arguments to xgettext calls
The --flag argument can be used to tell xgettext the arguments ofwhich functions should be flagged with c-format in the PO files,instead of guessing based on the presence of format specifiers, whichfails if no format specifiers are present but the translationaccidentally introduces one.Appropriate flag settings have been added for each message catalog.based on a patch by Christoph Berg for bug #60661 parent7a5a843 commitcb5a7bc
11 files changed
+33
-2
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 |
| |
9 | 14 |
| |
10 | 15 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
| |||
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
| 47 | + | |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 |
| |
53 | 62 |
| |
54 | 63 |
| |
| |||
59 | 68 |
| |
60 | 69 |
| |
61 | 70 |
| |
62 |
| - | |
| 71 | + | |
63 | 72 |
| |
64 | 73 |
| |
65 | 74 |
| |
| |||
68 | 77 |
| |
69 | 78 |
| |
70 | 79 |
| |
71 |
| - | |
| 80 | + | |
72 | 81 |
| |
73 | 82 |
| |
74 | 83 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + |
0 commit comments
Comments
(0)