From e2ad726f201851815d034aafa740fffd20049885 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Fri, 20 Jan 2017 08:53:20 +0530 Subject: [PATCH] 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 --- releasenotes/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ee40a112..c61de8e3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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 \ No newline at end of file +#texinfo_no_detailmenu = False + +# -- Options for Internationalization output ------------------------------ +locale_dirs = ['locale/']