Skip to content

Commit aec8b0e

Browse files
committed
Tweaks
1 parent 8fe3cf0 commit aec8b0e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

translation.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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
6265
locale of the app and the :ref:`fallback locales <translation-fallback>` used
6366
when Symfony can't find some translation:
6467

0 commit comments

Comments
 (0)