Commit 20f7d11
File tree
6 files changed
+34
-16
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- Tests
- DependencyInjection/Compiler
- Translation
- Translation
6 files changed
+34
-16
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2-13Lines changed: 2 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
682 | 683 |
|
683 | 684 |
|
684 | 685 |
|
| 686 | + |
685 | 687 |
|
686 | 688 |
|
687 | 689 |
|
688 | 690 |
|
689 |
| - |
690 |
| - |
691 |
| - |
692 |
| - |
693 |
| - |
694 |
| - |
695 |
| - |
696 |
| - |
697 |
| - |
698 |
| - |
699 |
| - |
700 |
| - |
701 |
| - |
702 | 691 |
|
703 | 692 |
|
704 | 693 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
| 191 | + |
191 | 192 |
|
192 | 193 |
|
193 | 194 |
|
|
src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php+21-1Lines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 |
| - |
| 51 | + |
49 | 52 |
|
50 | 53 |
|
51 | 54 |
|
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
| ||
76 | 80 |
|
77 | 81 |
|
78 | 82 |
|
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
79 | 99 |
|
80 | 100 |
|
0 commit comments