mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[1.5.x] Allow build of translated documentation
Backport of 6a092f24e
from master.
This commit is contained in:
parent
023710211f
commit
44a0abd792
2 changed files with 5 additions and 1 deletions
|
@ -62,6 +62,9 @@ django_next_version = '1.6'
|
|||
# for a list of supported languages.
|
||||
#language = None
|
||||
|
||||
# Location for .po/.mo translation files used when language is set
|
||||
locale_dirs = ['locale/']
|
||||
|
||||
# There are two options for replacing |today|: either, you set today to some
|
||||
# non-false value, then it is used:
|
||||
#today = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue