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 @@ -161,22 +161,22 @@ in the ``fr`` locale equals to the message in the ``en`` locale. This is a
161161special case because the untranslated message id equals its translation in
162162the ``en `` locale.
163163
164- If you copy the content of the translation file in the ``en `` locale, to the
164+ If you copy the content of the translation file in the ``en `` locale to the
165165translation file in the ``fr `` locale and run the command, you will get:
166166
167167.. code-block :: terminal
168168
169169 $ php bin/console debug:translation fr AcmeDemoBundle
170170
171171 ---------- ------------------ ---------------------- -------------------------------
172- State Id Message Preview (fr) Fallback Message Preview (en)
172+ State Id Message Preview (fr) Fallback Message Preview (en)
173173 ---------- ------------------ ---------------------- -------------------------------
174174 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 ``
178- and ``en `` locales which means this message was probably copied from French
179- to English and maybe you forgot to translate it.
178+ and ``en `` locales which means this message was probably copied from English
179+ to French and maybe you forgot to translate it.
180180
181181By default, all domains are inspected, but it is possible to specify a single
182182domain:
You can’t perform that action at this time.
0 commit comments