From 1a3fe1309809aa62e3bbac9bfb60767fbd00836d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 19 Mar 2010 09:15:31 +0100 Subject: [PATCH] changed a title to be more explicit in the documentation --- doc/02-Twig-for-Template-Designers.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index d8f76b1..69f1710 100644 --- a/doc/02-Twig-for-Template-Designers.markdown +++ b/doc/02-Twig-for-Template-Designers.markdown @@ -702,7 +702,7 @@ You can also output a specific variable or an expression: Note that this tag only works when the `debug` option of the environment is set to `true`. -### I18n +### Internationalization When the `i18n` extension is enabled, use the `trans` block to mark parts in the template as translatable: -- 1.7.2.5