From 006303d11b3e6c71417c94898930ba3ae687f40c Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 19 Mar 2015 21:14:10 -0400 Subject: [PATCH] Moving index down to correct section --- book/translation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/translation.rst b/book/translation.rst index e07eeec6198..985c088cf53 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -444,9 +444,6 @@ Read :doc:`/cookbook/session/locale_sticky_session` for more on the topic. (like above), the URL (see next) or call ``setLocale()`` directly on the ``translator`` service. -.. index:: - single: Translations; Fallback and default locale - See the :ref:`book-translation-locale-url` section below about setting the locale via routing. @@ -526,6 +523,9 @@ in your application. Read :doc:`/cookbook/routing/service_container_parameters` to learn how to avoid hardcoding the ``_locale`` requirement in all your routes. +.. index:: + single: Translations; Fallback and default locale + Setting a default Locale ~~~~~~~~~~~~~~~~~~~~~~~~