Enable release notes translation

Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: Ic29fcee37ba8e4a6de7cfd71a817284e969934d6
This commit is contained in:
Rajiv Kumar 2017-01-20 08:53:20 +05:30 committed by Pierre Mathieu
parent 7575366c77
commit e2ad726f20
1 changed files with 4 additions and 1 deletions

View File

@ -259,4 +259,7 @@ texinfo_documents = [
#texinfo_show_urls = 'footnote'
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
#texinfo_no_detailmenu = False
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']