From 203fd786b17363943aaff5265c99430a723b76f5 Mon Sep 17 00:00:00 2001 From: caihui Date: Tue, 18 Oct 2016 11:22:03 +0800 Subject: [PATCH] Enable releasenotes 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: Ie341224189b75302116ee6fc880f373e29bc8917 --- releasenotes/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5ac9ece..186b4bc 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -260,3 +260,7 @@ 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/']