commit | 4ed7b86677b0a7d1047cb10f9cd619a80ea0c6a2 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Oct 13 20:35:58 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Oct 13 20:35:58 2016 +0000 |
tree | 20a37cc196aa9ed3f14a2985ccaae39d6f96f26e | |
parent | 93e6a0370085b0488b8542a66f4adcbf11f4a390 [diff] | |
parent | 5043f86287f856524c4d1e8a0c4d227d61ecac96 [diff] |
Merge "Enable release notes translation"
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4522a17..140263c 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py
@@ -275,3 +275,6 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. # texinfo_no_detailmenu = False + +# -- Options for Internationalization output ------------------------------ +locale_dirs = ['locale/']