summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:43:31 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:43:31 +0200
commit0eb125a723ae98e9a2d7bb4859830a73c1aeee14 (patch)
tree5bbf3582fd2b52a202760a49e5c20c2606ae65e5 /releasenotes
parent1709cb5e2a72330fbb223aebf8d97a7bb7411ec5 (diff)
downloadoslo-vmware-0eb125a723ae98e9a2d7bb4859830a73c1aeee14.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: I8f33aab4e10fb8905a93ec772f07117a1c8955bf
Diffstat (limited to 'releasenotes')
-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 2784c6d..d671e74 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -272,3 +272,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/']