mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Fixed indentation in docs/topics/i18n/translation.txt.
This commit is contained in:
parent
e0f82d7992
commit
f6f430d3ff
@ -2020,8 +2020,8 @@ Notes:
|
|||||||
set :setting:`LANGUAGES` to a list of languages. For example::
|
set :setting:`LANGUAGES` to a list of languages. For example::
|
||||||
|
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
]
|
]
|
||||||
|
|
||||||
This example restricts languages that are available for automatic
|
This example restricts languages that are available for automatic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user