We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc111b5 commit 969a4d4Copy full SHA for 969a4d4
README.rst
@@ -7,7 +7,15 @@ Configuration
7
The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
8
``trans``.
9
10
-To use it, first, :ref:`install the Extensions library<extensions-install>`.
+Installation
11
+------------
12
+
13
+This library can be installed via Composer running the following from the
14
+command line:
15
16
+.. code-block:: bash
17
18
+ composer require phpmyadmin/twig-i18n-extension
19
20
You need to register this extension before using the ``trans`` block::
21
0 commit comments