diff options
| author | Jkrzy <cakheil@gmail.com> | 2017-08-30 06:25:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-30 06:25:51 -0400 |
| commit | da3a5cee4f06ed801c6fb42bd8995428ff0b28bf (patch) | |
| tree | 87f2ee11d9119ab5191ddfbd3e7f28a9601c58ef /docs/topics | |
| parent | 9e2bf65d6a5dc3b53db84f4839652f0d154349ee (diff) | |
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index bcdf3324f8..4875419b6b 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1944,7 +1944,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 |
