Skip to content

Commit 4ed5557

Browse files
committed
add 翻译说明
1 parent f5607fa commit 4ed5557

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

postgresql/doc/src/sgml/pgdoccn-notes.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PostgreSQL 9.6版本以后的中文手册最初基于<ulink url="http://www.pengyuwei.net">彭煜玮</ulink>副教授翻译的
44
<ulink url="http://www.pengyuwei.net/PGDOC/960/index.html">《PostgreSQL 9.6.0 文档》</ulink>,后续版本的中文手册主要在前一版本的基础上作增量翻译。
55
《PostgreSQL 15.7手册》基于前一版本的<ulink url="http://www.postgres.cn/docs/14">《PostgreSQL 14.1手册》</ulink>,对其中增量内容进行翻译。
6-
详细请参考<ulink url="https://github.com/postgres-cn/pgdoc-cn/wiki/pg15">PostgreSQL 15中文手册的翻译</ulink>。
6+
当前版本处于校对阶段,详细请参考<ulink url="https://github.com/postgres-cn/pgdoc-cn/wiki/pg15">PostgreSQL 15中文手册的翻译</ulink>。
77
如果发现中文手册中存在问题,请向<ulink url="https://github.com/postgres-cn/pgdoc-cn">Github源码仓库</ulink>提交问题报告(Issue)或修订Patch(PR)。
88
</para>
99
<para>

postgresql/doc/src/sgml/postgres.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<!ENTITY reference SYSTEM "reference.sgml">
1313

14+
<!ENTITY pgdoccn-notes SYSTEM "pgdoccn-notes.sgml">
15+
1416
<!--
1517
Zero-width space. Use this to allow line breaks at desirable places in
1618
table cells, examples, etc. without causing an unwanted space when the
@@ -20,7 +22,7 @@ break is not needed in a wider output rendering.
2022

2123
]>
2224

23-
<book id="postgres">
25+
<book id="postgres" lang="zh_cn">
2426
<!-- pgdoc-cn_start sig_en=3d885c3cab7ee0d0c959c7f2016ad7dd sig_cn_org=3d885c3cab7ee0d0c959c7f2016ad7dd source=14.1
2527
<title>PostgreSQL &version; Documentation</title>
2628
________________________________________________________-->
@@ -41,6 +43,8 @@ ________________________________________________________-->
4143
<productname>PostgreSQL</productname>
4244
<productnumber>&version;</productnumber>
4345
&legal;
46+
&pgdoccn-notes;
47+
4448
</bookinfo>
4549
<!-- pgdoc-cn_end sig_en=2acbe72a009ba9d1c51a6efc9d0071e4 -->
4650

0 commit comments

Comments
 (0)