summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamilo Nova <camilo.nova@gmail.com>2021-02-25 14:48:32 -0500
committerGitHub <noreply@github.com>2021-02-25 20:48:32 +0100
commitf6f430d3ff9ca254826e9fcaa968ba02018c6c83 (patch)
treeae57cdac7791b7b027ae4f96941c9c02f3825972
parente0f82d7992ad7085dcf4ed096a6ad2e3ad89eaae (diff)
downloaddjango-f6f430d3ff9ca254826e9fcaa968ba02018c6c83.tar.gz
Fixed indentation in docs/topics/i18n/translation.txt.
-rw-r--r--docs/topics/i18n/translation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 8229e8ffcb..6bf10361f0 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -2020,8 +2020,8 @@ Notes:
set :setting:`LANGUAGES` to a list of languages. For example::
LANGUAGES = [
- ('de', _('German')),
- ('en', _('English')),
+ ('de', _('German')),
+ ('en', _('English')),
]
This example restricts languages that are available for automatic