summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:42:28 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:42:28 +0200
commit2204e0d537ce5156b18611532e5910cfea3c63ac (patch)
treec883365a6f9409edda17ebdb0a52689c77d88d50 /releasenotes
parente66ddd60926df8d5432f7ba2b215eeb1239bf9f9 (diff)
downloadoslo-log-2204e0d537ce5156b18611532e5910cfea3c63ac.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: I59db2bf536c766b4708530d41804acfbd4269483
Diffstat (limited to 'releasenotes')
-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 20f2064..2a57182 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/']