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:
4848
4949.. _translation-configuration :
5050
51- Configuration
52- -------------
51+ Installation
52+ ------------
5353
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 :
5656
5757.. code-block :: terminal
5858
5959 $ composer require translator
6060
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
6265locale of the app and the :ref: `fallback locales <translation-fallback >` used
6366when Symfony can't find some translation:
6467
You can’t perform that action at this time.
0 commit comments