File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,20 @@ to learn even more. Overall, the process has several steps:
48
48
49
49
.. _translation-configuration :
50
50
51
- Configuration
52
- -------------
51
+ Installation
52
+ ------------
53
53
54
- In a :doc: `Symfony Flex </setup/flex >` based application , run this command to
55
- add translation support :
54
+ In applications using :doc: `Symfony Flex </setup/flex >`, run this command to
55
+ install the translator before using it :
56
56
57
57
.. code-block :: terminal
58
58
59
59
$ composer require translator
60
60
61
- This command creates an initial config file where you can define the default
61
+ Configuration
62
+ -------------
63
+
64
+ The previous creates an initial config file where you can define the default
62
65
locale of the app and the :ref: `fallback locales <translation-fallback >` used
63
66
when Symfony can't find some translation:
64
67
You can’t perform that action at this time.
0 commit comments