Skip to content

Commit

Permalink
Fix Configuration header
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 19, 2019
1 parent 969a4d4 commit 00250be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Twig i18n Extension
===================

Configuration
-------------

The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
``trans``.

Expand All @@ -17,6 +14,9 @@ command line:
composer require phpmyadmin/twig-i18n-extension
Configuration
-------------

You need to register this extension before using the ``trans`` block::

use PhpMyAdmin\Twig\Extensions\I18nExtension;
Expand Down

0 comments on commit 00250be

Please sign in to comment.