@@ -143,7 +143,7 @@ for the ``fr`` locale and run the command, you will get:
143
143
--------- ------------------ ---------------------- -------------------------------
144
144
State Id Message Preview (fr) Fallback Message Preview (en)
145
145
--------- ------------------ ---------------------- -------------------------------
146
- missing Symfony is great J'aime Symfony Symfony is great
146
+ missing Symfony is great Symfony is great Symfony is great
147
147
--------- ------------------ ---------------------- -------------------------------
148
148
149
149
The state indicates the message is missing because it is not translated in
@@ -152,7 +152,7 @@ in the ``fr`` locale equals to the message in the ``en`` locale. This is a
152
152
special case because the untranslated message id equals its translation in
153
153
the ``en `` locale.
154
154
155
- If you copy the content of the translation file in the ``en `` locale, to the
155
+ If you copy the content of the translation file in the ``en `` locale to the
156
156
translation file in the ``fr `` locale and run the command, you will get:
157
157
158
158
.. code-block :: terminal
@@ -162,12 +162,12 @@ translation file in the ``fr`` locale and run the command, you will get:
162
162
---------- ------------------ ---------------------- -------------------------------
163
163
State Id Message Preview (fr) Fallback Message Preview (en)
164
164
---------- ------------------ ---------------------- -------------------------------
165
- fallback Symfony is great J'aime Symfony Symfony is great
165
+ fallback Symfony is great Symfony is great Symfony is great
166
166
---------- ------------------ ---------------------- -------------------------------
167
167
168
168
You can see that the translations of the message are identical in the ``fr ``
169
- and ``en `` locales which means this message was probably copied from French
170
- to English and maybe you forgot to translate it.
169
+ and ``en `` locales which means this message was probably copied from English
170
+ to French and maybe you forgot to translate it.
171
171
172
172
By default all domains are inspected, but it is possible to specify a single
173
173
domain:
0 commit comments