diff options
| author | Erik Romijn <eromijn@solidlinks.nl> | 2014-04-18 15:09:58 +0200 |
|---|---|---|
| committer | Erik Romijn <eromijn@solidlinks.nl> | 2014-04-18 15:09:58 +0200 |
| commit | 1dc4a8daecb31a04d702b7dbc238e0afa92b8aa3 (patch) | |
| tree | b66e87cd858ccc4d9e43ea94ad6d4c5ae9e4e7e0 /docs | |
| parent | bdfa3fd9b3b93ad94e8de7fe3b4c38d395368812 (diff) | |
[1.7.x] Fixed #22471 -- Corrected misprint in i18n docs
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
Diffstat (limited to 'docs')
| -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 a54fe118be..6d2280c839 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1633,7 +1633,7 @@ is set :setting:`LANGUAGE_CODE` and make sure the corresponding :term:`message files <message file>` and their compiled versions (``.mo``) exist. If you want to let each individual user specify which language they -prefer, then you also need to use use the ``LocaleMiddleware``. +prefer, then you also need to use the ``LocaleMiddleware``. ``LocaleMiddleware`` enables language selection based on data from the request. It customizes content for each user. |
