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