From e121b002de220f885e3a8de884cf4e7507b3cd9d Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Thu, 19 Jan 2017 11:01:05 +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: I8e60294e3f10cf649233edb699bfbded3413f152 --- releasenotes/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index efa2b46..e8f04e0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -270,3 +270,8 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. # texinfo_no_detailmenu = False + + +# -- Options for Internationalization output ------------------------------ + +locale_dirs = ['locale/']