forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ddbac3
committed
Add missing gettext triggers
Commitd660701 moved all the jsonapi.c error messages intotoken_error(). This needs to be added to the various nls.mk filesthat use this. Since that makes token_error() effectively a globallyknown symbol, the name seems a bit too general, so rename tojson_token_error() for more clarity.1 parent9eb54a2 commit3ddbac3
4 files changed
+18
-12
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
17 | 19 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2105 | 2105 |
| |
2106 | 2106 |
| |
2107 | 2107 |
| |
2108 |
| - | |
| 2108 | + | |
2109 | 2109 |
| |
2110 | 2110 |
| |
2111 | 2111 |
| |
| |||
2124 | 2124 |
| |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 |
| - | |
| 2127 | + | |
2128 | 2128 |
| |
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
2132 | 2132 |
| |
2133 | 2133 |
| |
2134 | 2134 |
| |
2135 |
| - | |
| 2135 | + | |
2136 | 2136 |
| |
2137 | 2137 |
| |
2138 |
| - | |
| 2138 | + | |
2139 | 2139 |
| |
2140 | 2140 |
| |
2141 |
| - | |
| 2141 | + | |
2142 | 2142 |
| |
2143 | 2143 |
| |
2144 |
| - | |
| 2144 | + | |
2145 | 2145 |
| |
2146 | 2146 |
| |
2147 |
| - | |
| 2147 | + | |
2148 | 2148 |
| |
2149 | 2149 |
| |
2150 | 2150 |
| |
2151 | 2151 |
| |
2152 |
| - | |
| 2152 | + | |
2153 | 2153 |
| |
2154 | 2154 |
| |
2155 |
| - | |
| 2155 | + | |
2156 | 2156 |
| |
2157 | 2157 |
| |
2158 |
| - | |
| 2158 | + | |
2159 | 2159 |
| |
2160 | 2160 |
| |
2161 |
| - | |
| 2161 | + | |
2162 | 2162 |
| |
2163 | 2163 |
| |
2164 | 2164 |
| |
| |||
2189 | 2189 |
| |
2190 | 2190 |
| |
2191 | 2191 |
| |
2192 |
| - | |
| 2192 | + | |
2193 | 2193 |
| |
2194 | 2194 |
| |
2195 | 2195 |
| |
|
0 commit comments
Comments
(0)