Skip to content

Commit b64269e

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Update debug.rst
2 parents 5f1554f + b05009d commit b64269e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

translation/debug.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,22 @@ in the ``fr`` locale equals to the message in the ``en`` locale. This is a
148148
special case because the untranslated message id equals its translation in
149149
the ``en`` locale.
150150

151-
If you copy the content of the translation file in the ``en`` locale, to the
151+
If you copy the content of the translation file in the ``en`` locale to the
152152
translation file in the ``fr`` locale and run the command, you will get:
153153

154154
.. code-block:: terminal
155155
156156
$ php bin/console debug:translation fr
157157
158158
---------- ------------------ ---------------------- -------------------------------
159-
State Id Message Preview (fr) Fallback Message Preview (en)
159+
State Id Message Preview (fr) Fallback Message Preview (en)
160160
---------- ------------------ ---------------------- -------------------------------
161161
fallback Symfony is great Symfony is great Symfony is great
162162
---------- ------------------ ---------------------- -------------------------------
163163
164164
You can see that the translations of the message are identical in the ``fr``
165-
and ``en`` locales which means this message was probably copied from French
166-
to English and maybe you forgot to translate it.
165+
and ``en`` locales which means this message was probably copied from English
166+
to French and maybe you forgot to translate it.
167167

168168
By default, all domains are inspected, but it is possible to specify a single
169169
domain:

0 commit comments

Comments
 (0)