Add and change translation locale directory

Sync with openstack-infra jobs.

Change-Id: Ie45c78c198651769e0be15c882e6318149ac0740
This commit is contained in:
KATO Tomoyuki 2015-11-26 07:15:00 +09:00
parent 69c31b59e5
commit c0bc283e82
2 changed files with 4 additions and 1 deletions

View File

@ -280,4 +280,4 @@ texinfo_documents = [
# texinfo_no_detailmenu = False
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']
locale_dirs = ['source/locale/']

View File

@ -290,3 +290,6 @@ slide_theme_options = {
'custom_css': 'custom.css',
}
#'custom_js': 'custom.js',
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']