Browse Source

Fixed indentation in docs/topics/i18n/translation.txt.

Camilo Nova 4 years ago
parent
commit
f6f430d3ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/topics/i18n/translation.txt

+ 2 - 2
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