diff options
author | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:25:14 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:25:14 +0200 |
commit | 1c98aaa8bf2adb59f50b70dcd47d0e77f51d25c9 (patch) | |
tree | 43bfc74ac41761bf614ed5f258f3af5348affdc6 | |
parent | 9d4c26e73f9174a413063c94ac7062385cbf95bf (diff) | |
download | ceilometermiddleware-1c98aaa8bf2adb59f50b70dcd47d0e77f51d25c9.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: I53d883cdcd947b2c0c9fb55330b7ee70430f25cc
-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 2d228a2..8cf73ad 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -273,3 +273,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/'] |