mirror of
https://github.com/django/django.git
synced 2025-08-23 10:19:13 +00:00
[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.
Backport of f6f430d3ff9ca254826e9fcaa968ba02018c6c83 from master
This commit is contained in:
parent
904a889ccc
commit
1c10a6cbce
@ -2040,8 +2040,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