diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index a01ddb60b8..feff99b6f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = '' |
