Commit 94e91f75 authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.

Backport of 07d70e9b from master
parent 498bf5c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ Locale middleware

Enables language selection based on data from the request. It customizes
content for each user. See the :doc:`internationalization documentation
</topics/i18n/index>`.
</topics/i18n/translation>`.

Message middleware
------------------