summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:49:36 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:49:36 +0200
commit5b5eeb486b5c14ce86c4cf945e36bf572e73ea30 (patch)
tree73df84ac2e04bf7b2c4e1bf0d7772d450d26a2ba /releasenotes/source
parentbd092e953c68bc22bb28253264f011397a43afa6 (diff)
downloadpython-glanceclient-5b5eeb486b5c14ce86c4cf945e36bf572e73ea30.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: Ifad58c69d888e58cf1cc998bb1ddb409b4489490
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 1afe4be..01beeaa 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/']