File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ output:
131
131
132
132
.. code-block :: terminal
133
133
134
- $ php app /console debug:translation fr AcmeDemoBundle
134
+ $ php bin /console debug:translation fr AcmeDemoBundle
135
135
136
136
--------- ------------------ ---------------------- -------------------------------
137
137
State Id Message Preview (fr) Fallback Message Preview (en)
@@ -147,7 +147,7 @@ for the ``fr`` locale and run the command, you will get:
147
147
148
148
.. code-block :: terminal
149
149
150
- $ php app /console debug:translation fr AcmeDemoBundle
150
+ $ php bin /console debug:translation fr AcmeDemoBundle
151
151
152
152
--------- ------------------ ---------------------- -------------------------------
153
153
State Id Message Preview (fr) Fallback Message Preview (en)
@@ -166,7 +166,7 @@ translation file in the ``fr`` locale and run the command, you will get:
166
166
167
167
.. code-block :: terminal
168
168
169
- $ php app /console debug:translation fr AcmeDemoBundle
169
+ $ php bin /console debug:translation fr AcmeDemoBundle
170
170
171
171
---------- ------------------ ---------------------- -------------------------------
172
172
State Id Message Preview (fr) Fallback Message Preview (en)
You can’t perform that action at this time.
0 commit comments