Skip to content

Commit 00250be

Browse files
committed
Fix Configuration header
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 969a4d4 commit 00250be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Twig i18n Extension
22
===================
33

4-
Configuration
5-
-------------
6-
74
The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
85
``trans``.
96

@@ -17,6 +14,9 @@ command line:
1714
1815
composer require phpmyadmin/twig-i18n-extension
1916
17+
Configuration
18+
-------------
19+
2020
You need to register this extension before using the ``trans`` block::
2121

2222
use PhpMyAdmin\Twig\Extensions\I18nExtension;

0 commit comments

Comments
 (0)