mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Allow build of translated documentation
This commit is contained in:
parent
cc74f8a4f7
commit
6a092f24e0
2 changed files with 5 additions and 1 deletions
|
@ -77,6 +77,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