Merge "Add and change translation locale directory"

This commit is contained in:
Jenkins 2015-11-29 00:27:52 +00:00 committed by Gerrit Code Review
commit 33e0545ab3
2 changed files with 4 additions and 1 deletions

View File

@ -280,4 +280,4 @@ texinfo_documents = [
# texinfo_no_detailmenu = False # texinfo_no_detailmenu = False
# -- Options for Internationalization output ------------------------------ # -- 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_css': 'custom.css',
} }
#'custom_js': 'custom.js', #'custom_js': 'custom.js',
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']