summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:43:14 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:43:14 +0200
commitd59692cda6d72494a30e548a417b59d9e6dd445a (patch)
treee3d16ac9ad83e68bf80ca91c7f06fe1429e1da0a
parente93f837005e0c05e48142fa4828d9428ae38d644 (diff)
downloadoslo-rootwrap-d59692cda6d72494a30e548a417b59d9e6dd445a.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: Ib1a145799101da6196445e8ed78ba70863df30e2
-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 f522d1b..a5e568b 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -272,3 +272,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/']