Skip to content

Commit 4104cdb

Browse files
authored
Update translation.rst
1 parent ab04a8c commit 4104cdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)