From 9040e22e5d531748f7b0aee907922dbb3ba7c7e3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 7 Oct 2016 10:55:46 +0200 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: Ia3c084d4488033b8c3e38abaa8390ed4a3cdcdda --- releasenotes/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 43cfae6..4ed84f5 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -270,3 +270,6 @@ 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/']