From 1c10a6cbceb95d7e065f0c3d0421219140be37a6 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 25 Feb 2021 14:48:32 -0500 Subject: [PATCH] [3.2.x] Fixed indentation in docs/topics/i18n/translation.txt. Backport of f6f430d3ff9ca254826e9fcaa968ba02018c6c83 from master --- 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 1819359725..199c82f833 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -2040,8 +2040,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