summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:42:18 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:42:18 +0200
commitc63f6f8def9cba0d70e5761c2f7abe4af1fea19f (patch)
tree529ae0d9397004fe73636375711d85bfc5d8f877 /releasenotes
parent2f1944d24aea21066ac7b3bd9157c013c38166bc (diff)
downloadoslo-db-c63f6f8def9cba0d70e5761c2f7abe4af1fea19f.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: I723a3e5f79db0e2fe0ff22795a5200391c967bff
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 d3b9315..e5cc22e 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -275,3 +275,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/']