Skip to content

Commit 3c968f5

Browse files
committed
minor #10406 Fix translation debug examples (Seb33300)
This PR was merged into the 2.8 branch. Discussion ---------- Fix translation debug examples Fixes #10399 Commits ------- 815d5e5 Fix translation debug examples
2 parents 7a31300 + 815d5e5 commit 3c968f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation/debug.rst

Lines changed: 2 additions & 2 deletions
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)