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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
|
import ablog
|
||||||
|
|
||||||
project = "Kujiu's Labs"
|
project = "Kujiu's Labs"
|
||||||
basename = 'kujiulabs'
|
basename = 'kujiulabs'
|
||||||
|
@ -104,6 +105,11 @@ if use_bibtex:
|
||||||
|
|
||||||
locale_dirs = ['locale/']
|
locale_dirs = ['locale/']
|
||||||
|
|
||||||
|
if use_ablog:
|
||||||
|
locale_dirs.append(
|
||||||
|
os.path.join(ablog.get_html_templates_path(), '..', 'locale'),
|
||||||
|
)
|
||||||
|
|
||||||
images_config = {
|
images_config = {
|
||||||
"default_show_title": True,
|
"default_show_title": True,
|
||||||
"override_image_directive": True,
|
"override_image_directive": True,
|
||||||
|
|
Loading…
Reference in a new issue