Skip to content

Commit

Permalink
Update translation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nassimlnd authored Jan 15, 2025
1 parent ab04a8c commit 4104cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ different formats:
.. code-block:: yaml
# translations/messages.fr.yaml
Symfony is great: J'aime Symfony
Symfony is great: Symfony est génial

Check failure on line 148 in translation.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please remove trailing whitespace
.. code-block:: xml
Expand All @@ -156,7 +156,7 @@ different formats:
<body>
<trans-unit id="symfony_is_great">
<source>Symfony is great</source>
<target>J'aime Symfony</target>
<target>Symfony est génial</target>
</trans-unit>
</body>
</file>
Expand All @@ -166,7 +166,7 @@ different formats:
// translations/messages.fr.php
return [
'Symfony is great' => "J'aime Symfony",
'Symfony is great' => "Symfony est génial",
];
You can find more information on where these files
Expand Down

0 comments on commit 4104cdb

Please sign in to comment.