File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ different formats:
145
145
.. code-block :: yaml
146
146
147
147
# translations/messages.fr.yaml
148
- Symfony is great : J'aime Symfony
148
+ Symfony is great : Symfony est génial
149
149
150
150
.. code-block :: xml
151
151
@@ -156,7 +156,7 @@ different formats:
156
156
<body >
157
157
<trans-unit id =" symfony_is_great" >
158
158
<source >Symfony is great</source >
159
- <target >J'aime Symfony</target >
159
+ <target >Symfony est génial </target >
160
160
</trans-unit >
161
161
</body >
162
162
</file >
@@ -166,7 +166,7 @@ different formats:
166
166
167
167
// translations/messages.fr.php
168
168
return [
169
- 'Symfony is great' => "J'aime Symfony",
169
+ 'Symfony is great' => "Symfony est génial ",
170
170
];
171
171
172
172
You can find more information on where these files
You can’t perform that action at this time.
0 commit comments