summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:41:46 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:41:46 +0200
commitf4f908813b37302f164f3c50f93d8e79a16ae231 (patch)
tree1f3eefd545954be69f33104dc910aff34119e39b /releasenotes
parent14f103960e008a5c4ac6ffe13160ef53774ffff9 (diff)
downloadoslo-concurrency-f4f908813b37302f164f3c50f93d8e79a16ae231.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: I6fd9f1265f05a5d4e44355def5a6519a8021e25d
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 c55bb14..833006e 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/']