From: Fabien Potencier Date: Fri, 19 Mar 2010 08:17:05 +0000 (+0100) Subject: added a note about i18n being only available in the latest version of Twig X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=91fe202fbec0d88b3133565f6fa7c892bce030bf;p=konrad%2Ftwig.git added a note about i18n being only available in the latest version of Twig --- diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index 69f1710..11207a8 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`. -### Internationalization +### Internationalization (new in Twig 0.9.6) When the `i18n` extension is enabled, use the `trans` block to mark parts in the template as translatable: