File tree
15 files changed
+507
-4
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Extension
- NodeVisitor
- Tests
- Extension
- Translation
- Component/Translation
- Extractor
- Resources/functions
- Tests
- Extractor
- fixtures/extractor
15 files changed
+507
-4
lines changedsrc/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
|
src/Symfony/Bridge/Twig/Extension/TranslationExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/TranslationExtension.php+27-1Lines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
| ||
54 | 56 |
|
55 | 57 |
|
56 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
57 | 69 |
|
58 | 70 |
|
59 | 71 |
|
| ||
91 | 103 |
|
92 | 104 |
|
93 | 105 |
|
94 |
| - |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
95 | 110 |
|
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
96 | 117 |
|
97 | 118 |
|
98 | 119 |
|
| ||
103 | 124 |
|
104 | 125 |
|
105 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
106 | 132 |
|
src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
69 | 84 |
|
70 | 85 |
|
71 | 86 |
|
| ||
103 | 118 |
|
104 | 119 |
|
105 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
106 | 143 |
|
107 | 144 |
|
108 | 145 |
|
|
src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
125 | 142 |
|
126 | 143 |
|
127 | 144 |
|
|
src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
63 | 66 |
|
64 | 67 |
|
65 | 68 |
|
|
src/Symfony/Component/Translation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
|
src/Symfony/Component/Translation/Extractor/PhpExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/PhpExtractor.php+60Lines changed: 60 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
57 | 117 |
|
58 | 118 |
|
59 | 119 |
|
|
src/Symfony/Component/Translation/Resources/functions/translatable.php
Copy file name to clipboard+22Lines changed: 22 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 | + |
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php+64-3Lines changed: 64 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
44 | 77 |
|
45 | 78 |
|
46 | 79 |
|
| ||
54 | 87 |
|
55 | 88 |
|
56 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
57 | 105 |
|
58 | 106 |
|
59 | 107 |
|
| ||
65 | 113 |
|
66 | 114 |
|
67 | 115 |
|
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
68 | 128 |
|
69 | 129 |
|
70 | 130 |
|
| ||
73 | 133 |
|
74 | 134 |
|
75 | 135 |
|
| 136 | + |
76 | 137 |
|
77 | 138 |
|
78 | 139 |
|
79 | 140 |
|
80 | 141 |
|
81 |
| - |
82 |
| - |
| 142 | + |
| 143 | + |
83 | 144 |
|
84 | 145 |
|
85 | 146 |
|
86 | 147 |
|
87 | 148 |
|
88 | 149 |
|
89 |
| - |
| 150 | + |
90 | 151 |
|
91 | 152 |
|
92 | 153 |
|
|
0 commit comments