Skip to content

Fix translation debug examples #10406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions translation/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ for the ``fr`` locale and run the command, you will get:
--------- ------------------ ---------------------- -------------------------------
State Id Message Preview (fr) Fallback Message Preview (en)
--------- ------------------ ---------------------- -------------------------------
missing Symfony is great J'aime Symfony Symfony is great
missing Symfony is great Symfony is great Symfony is great
--------- ------------------ ---------------------- -------------------------------

The state indicates the message is missing because it is not translated in
Expand All @@ -171,7 +171,7 @@ translation file in the ``fr`` locale and run the command, you will get:
---------- ------------------ ---------------------- -------------------------------
State Id Message Preview (fr) Fallback Message Preview (en)
---------- ------------------ ---------------------- -------------------------------
fallback Symfony is great J'aime Symfony Symfony is great
fallback Symfony is great Symfony is great Symfony is great
---------- ------------------ ---------------------- -------------------------------

You can see that the translations of the message are identical in the ``fr``
Expand Down