Skip to content

Commit 815d5e5

Browse files
authored
Fix translation debug examples
1 parent 7a31300 commit 815d5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation/debug.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for the ``fr`` locale and run the command, you will get:
152152
--------- ------------------ ---------------------- -------------------------------
153153
State Id Message Preview (fr) Fallback Message Preview (en)
154154
--------- ------------------ ---------------------- -------------------------------
155-
missing Symfony is great J'aime Symfony Symfony is great
155+
missing Symfony is great Symfony is great Symfony is great
156156
--------- ------------------ ---------------------- -------------------------------
157157
158158
The state indicates the message is missing because it is not translated in
@@ -171,7 +171,7 @@ translation file in the ``fr`` locale and run the command, you will get:
171171
---------- ------------------ ---------------------- -------------------------------
172172
State Id Message Preview (fr) Fallback Message Preview (en)
173173
---------- ------------------ ---------------------- -------------------------------
174-
fallback Symfony is great J'aime Symfony Symfony is great
174+
fallback Symfony is great Symfony is great Symfony is great
175175
---------- ------------------ ---------------------- -------------------------------
176176
177177
You can see that the translations of the message are identical in the ``fr``

0 commit comments

Comments
 (0)