Commit ade060e
File tree
17 files changed
+282
-49
lines changedFilter options
- src/Symfony
- Bridge/Twig/Tests/Extension
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Tests
- DependencyInjection
- Translation
- Translation
- Component/Translation
- Formatter
- Tests
- Formatter
17 files changed
+282
-49
lines changed+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
242 | 263 |
|
243 | 264 |
|
244 | 265 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
648 | 648 |
|
649 | 649 |
|
650 | 650 |
|
| 651 | + |
| 652 | + |
| 653 | + |
651 | 654 |
|
652 | 655 |
|
653 | 656 |
|
|
src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
40 |
| - |
| 39 | + |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| ||
139 | 138 |
|
140 | 139 |
|
141 | 140 |
|
142 |
| - |
| 141 | + |
143 | 142 |
|
144 | 143 |
|
145 | 144 |
|
| ||
172 | 171 |
|
173 | 172 |
|
174 | 173 |
|
175 |
| - |
| 174 | + |
176 | 175 |
|
177 | 176 |
|
178 | 177 |
|
| ||
187 | 186 |
|
188 | 187 |
|
189 | 188 |
|
190 |
| - |
| 189 | + |
191 | 190 |
|
192 | 191 |
|
193 | 192 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
669 | 669 |
|
670 | 670 |
|
671 | 671 |
|
| 672 | + |
672 | 673 |
|
673 | 674 |
|
674 | 675 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1075 | 1075 |
|
1076 | 1076 |
|
1077 | 1077 |
|
| 1078 | + |
1078 | 1079 |
|
1079 | 1080 |
|
1080 | 1081 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
| 187 | + |
187 | 188 |
|
188 | 189 |
|
189 | 190 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
| 258 | + |
258 | 259 |
|
259 | 260 |
|
260 | 261 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 |
| - |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
| 152 | + |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
| ||
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
280 |
| - |
| 280 | + |
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
| ||
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
293 |
| - |
| 293 | + |
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
| ||
468 | 468 |
|
469 | 469 |
|
470 | 470 |
|
471 |
| - |
| 471 | + |
472 | 472 |
|
473 | 473 |
|
474 | 474 |
|
475 | 475 |
|
476 | 476 |
|
477 | 477 |
|
478 | 478 |
|
479 |
| - |
| 479 | + |
480 | 480 |
|
481 | 481 |
|
482 | 482 |
|
|
src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
|
src/Symfony/Component/Translation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
src/Symfony/Component/Translation/Formatter/MessageFormatter.php
Copy file name to clipboard+48Lines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
0 commit comments