summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:50:19 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:50:19 +0200
commit44252e57e227a36f7204ce2bf364298e23ca5c69 (patch)
tree2597d42e69c68fd81b9eab7cfe2920f6cd3d1457 /releasenotes
parent77e963db4635dca76fe3ff7ed40e9ad7ff172968 (diff)
downloadpython-keystoneclient-44252e57e227a36f7204ce2bf364298e23ca5c69.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: I008cbed4454d5529373badcd14a16472068c1a7d
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 1ff2ee8..e316bc5 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/']