From f6f430d3ff9ca254826e9fcaa968ba02018c6c83 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 25 Feb 2021 14:48:32 -0500 Subject: [PATCH] Fixed indentation in docs/topics/i18n/translation.txt. --- docs/topics/i18n/translation.txt | 4 ++-- 1 file 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