From 10b54c8782e41efbad805e1f982ca2116c78191a Mon Sep 17 00:00:00 2001 From: Jkrzy Date: Wed, 30 Aug 2017 06:25:51 -0400 Subject: [1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs. Backport of da3a5cee4f06ed801c6fb42bd8995428ff0b28bf from master --- docs/topics/i18n/translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 36d00a4136..e1dc6deb2b 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -2117,7 +2117,7 @@ To use ``LocaleMiddleware``, add ``'django.middleware.locale.LocaleMiddleware'`` to your :setting:`MIDDLEWARE` setting. Because middleware order matters, follow these guidelines: -* Make sure it's one of the first middlewares installed. +* Make sure it's one of the first middleware installed. * It should come after ``SessionMiddleware``, because ``LocaleMiddleware`` makes use of session data. And it should come before ``CommonMiddleware`` because ``CommonMiddleware`` needs an activated language in order -- cgit v1.3