summaryrefslogtreecommitdiff
path: root/releasenotes/source/conf.py
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:55:55 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:55:55 +0200
commite5876115791f20b1ea36783fed204ecea5335e1c (patch)
tree067d444f8297a9ec5f348d6025b18f2dbcb35008 /releasenotes/source/conf.py
parent473d360b906dba80f0f914e88b461221c1bfd5f3 (diff)
downloadtrove-e5876115791f20b1ea36783fed204ecea5335e1c.tar.gz
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: I597e684dc1223e6292135c31e2abb56baf7e6249
Diffstat (limited to 'releasenotes/source/conf.py')
-rw-r--r--releasenotes/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index b427af91..3172da56 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -271,3 +271,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/']