1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

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

This commit is contained in:
Camilo Nova 2021-02-25 14:48:32 -05:00 committed by GitHub
parent e0f82d7992
commit f6f430d3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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