summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:26:46 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:26:46 +0200
commit276a633885301b783cc5d43207ad90c53b27d7cb (patch)
treee560e311039ed7bb5c0e04ae1e0aa47267c781f5 /releasenotes/source
parent9fa206f13f13096140babb247ed906630c803c3d (diff)
downloadglance_store-276a633885301b783cc5d43207ad90c53b27d7cb.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: I6e979324198853b728a18b9271af1357d4986b1f
Diffstat (limited to 'releasenotes/source')
-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 17e6303..6f760b6 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -276,3 +276,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/']