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:
131131
132132.. code-block :: terminal
133133
134- $ php app /console debug:translation fr AcmeDemoBundle
134+ $ php bin /console debug:translation fr AcmeDemoBundle
135135
136136 --------- ------------------ ---------------------- -------------------------------
137137 State Id Message Preview (fr) Fallback Message Preview (en)
@@ -147,7 +147,7 @@ for the ``fr`` locale and run the command, you will get:
147147
148148.. code-block :: terminal
149149
150- $ php app /console debug:translation fr AcmeDemoBundle
150+ $ php bin /console debug:translation fr AcmeDemoBundle
151151
152152 --------- ------------------ ---------------------- -------------------------------
153153 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:
166166
167167.. code-block :: terminal
168168
169- $ php app /console debug:translation fr AcmeDemoBundle
169+ $ php bin /console debug:translation fr AcmeDemoBundle
170170
171171 ---------- ------------------ ---------------------- -------------------------------
172172 State Id Message Preview (fr) Fallback Message Preview (en)
You can’t perform that action at this time.
0 commit comments