File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ to learn even more. Overall, the process has several steps:
51
51
Installation
52
52
------------
53
53
54
- In applications using :doc: `Symfony Flex </setup/flex >`, run this command to
55
- install the translator before using it:
54
+ First, run this command to install the translator before using it:
56
55
57
56
.. code-block :: terminal
58
57
@@ -61,9 +60,9 @@ install the translator before using it:
61
60
Configuration
62
61
-------------
63
62
64
- The previous creates an initial config file where you can define the default
65
- locale of the app and the :ref: `fallback locales <translation-fallback >` used
66
- when Symfony can't find some translation:
63
+ The previous command creates an initial config file where you can define the
64
+ default locale of the app and the :ref: `fallback locales <translation-fallback >`
65
+ that will be used if Symfony can't find some translation:
67
66
68
67
.. configuration-block ::
69
68
You can’t perform that action at this time.
0 commit comments