File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
content/zh/docs/contribute Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,26 @@ Please check [installation caveats](https://acme.com/docs/v1/caveats) ...
226
226
227
227
英文排比句式中采用的逗号,在译文中要使用顿号代替,复合中文书写习惯。
228
228
229
+ ## 更新译文
230
+
231
+ 由于整个文档站点会随着 Kubernetes 项目的开发进展而演化,英文版本的网站内容
232
+ 会不断更新。鉴于中文站点的基本翻译工作在 1.19 版本已完成,从 1.20 版本开始
233
+ 本地化的工作会集中在追踪英文内容变化上。
234
+
235
+ 为确保准确跟踪中文化版本与英文版本之间的差异,中文内容的 PR 所包含的每个页面
236
+ 都必须是“最新的”。这里的“最新”指的是对应的英文页面中的更改已全部同步到中文页面。
237
+ 如果某中文 PR 中包含对 ` content/zh/docs/foo/bar.md ` 的更改,且文件 ` bar.md ` 的
238
+ 上次更改日期是 ` 2020-10-01 01:02:03 UTC ` ,对应 GIT 标签 ` abcd1234 ` ,则
239
+ ` bar.md ` 应包含自 ` abcd1234 ` 以来 ` content/en/docs/foo/bar.md ` 的所有变更,
240
+ 否则视此 PR 为不完整 PR,会破坏我们对上游变更的跟踪。
241
+
242
+ 这一要求适用于所有更改,包括拼写错误、格式更正、链接修订等等。要查看文件
243
+ ` bar.md ` 上次提交以来发生的所有变更,可使用:
244
+
245
+ ```
246
+ ./scripts/lsync.sh content/zh/docs/foo/bar.md
247
+ ```
248
+
229
249
## 关于链接
230
250
231
251
### 链接锚点
You can’t perform that action at this time.
0 commit comments