Update: traduction pour ablog
This commit is contained in:
parent
3002987075
commit
6fbde6ad94
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import ablog
|
||||
|
||||
project = "Kujiu's Labs"
|
||||
basename = 'kujiulabs'
|
||||
|
@ -104,6 +105,11 @@ if use_bibtex:
|
|||
|
||||
locale_dirs = ['locale/']
|
||||
|
||||
if use_ablog:
|
||||
locale_dirs.append(
|
||||
os.path.join(ablog.get_html_templates_path(), '..', 'locale'),
|
||||
)
|
||||
|
||||
images_config = {
|
||||
"default_show_title": True,
|
||||
"override_image_directive": True,
|
||||
|
|
Loading…
Reference in a new issue