File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,22 +148,22 @@ in the ``fr`` locale equals to the message in the ``en`` locale. This is a
148148special case because the untranslated message id equals its translation in
149149the ``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
152152translation 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
168168By default, all domains are inspected, but it is possible to specify a single
169169domain:
You can’t perform that action at this time.
0 commit comments