Skip to content

Commit d695e3b

Browse files
committed
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: Ib265f919e176f048f6e56bde47db3d99b3dd993e
1 parent bfeecd5 commit d695e3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

releasenotes/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,6 @@
300300

301301
# If true, do not generate a @detailmenu in the "Top" node's menu.
302302
# texinfo_no_detailmenu = False
303+
304+
# -- Options for Internationalization output ------------------------------
305+
locale_dirs = ['locale/']

0 commit comments

Comments
 (0)