diff --git a/translation.rst b/translation.rst index d32a85b0290..6c18cf3e6f0 100644 --- a/translation.rst +++ b/translation.rst @@ -437,16 +437,6 @@ The ``trans`` filter can be used to translate *variable texts* and complex expre Note that this only influences the current template, not any "included" template (in order to avoid side effects). -PHP Templates -~~~~~~~~~~~~~ - -The translator service is accessible in PHP templates through the -``translator`` helper: - -.. code-block:: html+php - - trans('Symfony is great') ?> - Forcing the Translator Locale -----------------------------