diff options
| author | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:49:20 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2016-10-06 20:49:20 +0200 |
| commit | cebda18443f4172444ff5f94bd023ebc32e21d04 (patch) | |
| tree | aa22bd87d39f680813f19b52e4d0b4b257b53ec3 | |
| parent | 0f6c03703d1a2e1cb1d942f22689341e2e39c574 (diff) | |
| download | python-designateclient-cebda18443f4172444ff5f94bd023ebc32e21d04.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: I477eaf74541c65ad7ab54fa8c2412c8b9c74c684
| -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 29d251a..ba8e8f3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -274,3 +274,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/'] |
