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
161
161
special case because the untranslated message id equals its translation in
162
162
the ``en `` locale.
163
163
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
165
165
translation file in the ``fr `` locale and run the command, you will get:
166
166
167
167
.. code-block :: terminal
168
168
169
169
$ php bin/console debug:translation fr AcmeDemoBundle
170
170
171
171
---------- ------------------ ---------------------- -------------------------------
172
- State Id Message Preview (fr) Fallback Message Preview (en)
172
+ State Id Message Preview (fr) Fallback Message Preview (en)
173
173
---------- ------------------ ---------------------- -------------------------------
174
174
fallback Symfony is great Symfony is great Symfony is great
175
175
---------- ------------------ ---------------------- -------------------------------
176
176
177
177
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.
180
180
181
181
By default, all domains are inspected, but it is possible to specify a single
182
182
domain:
You can’t perform that action at this time.
0 commit comments