Skip to content

Commit ae2afd8

Browse files
committed
设置docbook生成中文元素(比如目录,导航)
1 parent d1a752f commit ae2afd8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docbook/docbook-dsssl-1.79/common/dbl1zhcn.dsl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,38 +76,38 @@
7676
(list (normalize "bibliography") "%t")
7777
(list (normalize "book") "%t")
7878
(list (normalize "chapter") (if %chapter-autolabel%
79-
"µÚ %n &Chapter;"
79+
"\U-7B2C; %n &Chapter;"
8080
"the &chapter; called %t"))
8181
(list (normalize "equation") "&Equation; %n")
8282
(list (normalize "example") "&Example; %n")
8383
(list (normalize "figure") "&Figure; %n")
8484
(list (normalize "glossary") "%t")
8585
(list (normalize "index") "%t")
8686
(list (normalize "listitem") "%n")
87-
(list (normalize "part") "µÚ %n &Part;")
87+
(list (normalize "part") "\U-7B2C; %n &Part;")
8888
(list (normalize "preface") "%t")
8989
(list (normalize "procedure") "&Procedure; %n, %t")
9090
(list (normalize "reference") "&Reference; %n, %t")
9191
(list (normalize "section") (if %section-autolabel%
92-
"µÚ %n &section;"
92+
"\U-7B2C; %n &section;"
9393
"the &section; called %t"))
9494
(list (normalize "sect1") (if %section-autolabel%
95-
"µÚ %n &section;"
95+
"\U-7B2C; %n &section;"
9696
"the &section; called %t"))
9797
(list (normalize "sect2") (if %section-autolabel%
98-
"µÚ %n &section;"
98+
"\U-7B2C; %n &section;"
9999
"the &section; called %t"))
100100
(list (normalize "sect3") (if %section-autolabel%
101-
"µÚ %n &section;"
101+
"\U-7B2C; %n &section;"
102102
"the &section; called %t"))
103103
(list (normalize "sect4") (if %section-autolabel%
104-
"µÚ %n &section;"
104+
"\U-7B2C; %n &section;"
105105
"the &section; called %t"))
106106
(list (normalize "sect5") (if %section-autolabel%
107-
"µÚ %n &section;"
107+
"\U-7B2C; %n &section;"
108108
"the &section; called %t"))
109109
(list (normalize "simplesect") (if %section-autolabel%
110-
"µÚ %n &section;"
110+
"\U-7B2C; %n &section;"
111111
"the &section; called %t"))
112112
(list (normalize "sidebar") "&sidebar; %t")
113113
(list (normalize "step") "&step; %n")

postgresql/doc/src/sgml/postgres.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
]>
1313

14-
<book id="postgres">
14+
<book id="postgres" lang="zh_cn">
1515
<!--
1616
<title>PostgreSQL &version; Documentation</title>
1717
-->

0 commit comments

Comments
 (0)