Skip to content

Commit

Permalink
设置docbook生成中文元素(比如目录,导航)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Jul 4, 2015
1 parent d1a752f commit ae2afd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docbook/docbook-dsssl-1.79/common/dbl1zhcn.dsl
Expand Up @@ -76,38 +76,38 @@
(list (normalize "bibliography") "%t")
(list (normalize "book") "%t")
(list (normalize "chapter") (if %chapter-autolabel%
"µÚ %n &Chapter;"
"\U-7B2C; %n &Chapter;"
"the &chapter; called %t"))
(list (normalize "equation") "&Equation; %n")
(list (normalize "example") "&Example; %n")
(list (normalize "figure") "&Figure; %n")
(list (normalize "glossary") "%t")
(list (normalize "index") "%t")
(list (normalize "listitem") "%n")
(list (normalize "part") "µÚ %n &Part;")
(list (normalize "part") "\U-7B2C; %n &Part;")
(list (normalize "preface") "%t")
(list (normalize "procedure") "&Procedure; %n, %t")
(list (normalize "reference") "&Reference; %n, %t")
(list (normalize "section") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sect1") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sect2") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sect3") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sect4") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sect5") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "simplesect") (if %section-autolabel%
"µÚ %n &section;"
"\U-7B2C; %n &section;"
"the &section; called %t"))
(list (normalize "sidebar") "&sidebar; %t")
(list (normalize "step") "&step; %n")
Expand Down
2 changes: 1 addition & 1 deletion postgresql/doc/src/sgml/postgres.sgml
Expand Up @@ -11,7 +11,7 @@

]>

<book id="postgres">
<book id="postgres" lang="zh_cn">
<!--
<title>PostgreSQL &version; Documentation</title>
-->
Expand Down

0 comments on commit ae2afd8

Please sign in to comment.