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:
145145 .. code-block :: yaml
146146
147147 # translations/messages.fr.yaml
148- Symfony is great : J'aime Symfony
148+ Symfony is great : Symfony est génial
149149
150150 .. code-block :: xml
151151
@@ -156,7 +156,7 @@ different formats:
156156 <body >
157157 <trans-unit id =" symfony_is_great" >
158158 <source >Symfony is great</source >
159- <target >J'aime Symfony</target >
159+ <target >Symfony est génial </target >
160160 </trans-unit >
161161 </body >
162162 </file >
@@ -166,7 +166,7 @@ different formats:
166166
167167 // translations/messages.fr.php
168168 return [
169- 'Symfony is great' => "J'aime Symfony",
169+ 'Symfony is great' => "Symfony est génial ",
170170 ];
171171
172172 You can find more information on where these files
You can’t perform that action at this time.
0 commit comments