File tree 1 file changed +4
-4
lines changed
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
148
148
special case because the untranslated message id equals its translation in
149
149
the ``en `` locale.
150
150
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
152
152
translation file in the ``fr `` locale and run the command, you will get:
153
153
154
154
.. code-block :: terminal
155
155
156
156
$ php bin/console debug:translation fr
157
157
158
158
---------- ------------------ ---------------------- -------------------------------
159
- State Id Message Preview (fr) Fallback Message Preview (en)
159
+ State Id Message Preview (fr) Fallback Message Preview (en)
160
160
---------- ------------------ ---------------------- -------------------------------
161
161
fallback Symfony is great Symfony is great Symfony is great
162
162
---------- ------------------ ---------------------- -------------------------------
163
163
164
164
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.
167
167
168
168
By default, all domains are inspected, but it is possible to specify a single
169
169
domain:
You can’t perform that action at this time.
0 commit comments