diff options
author | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:26:46 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:26:46 +0200 |
commit | 276a633885301b783cc5d43207ad90c53b27d7cb (patch) | |
tree | e560e311039ed7bb5c0e04ae1e0aa47267c781f5 | |
parent | 9fa206f13f13096140babb247ed906630c803c3d (diff) | |
download | glance_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
-rw-r--r-- | releasenotes/source/conf.py | 3 |
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/'] |