From ad80ac8ced9f127eb973cbfcb5509b6201248a51 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 18 Dec 2010 09:05:53 +0100 Subject: [PATCH] fixed typo --- doc/i18n.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/i18n.rst b/doc/i18n.rst index 326ef9d9..865dce3e 100644 --- a/doc/i18n.rst +++ b/doc/i18n.rst @@ -146,7 +146,7 @@ templates. Here is a simple example to get you started:: Use the standard ``xgettext`` utility as you would have done with plain PHP code: -.. code-block: text +.. code-block:: text xgettext --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP /tmp/cache/*.php