Re: [PATCH v4 0/3] docs/zh_CN: add parisc Chinese documents
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-05-20 20:20:24
Yanteng Si [off-list ref] writes:
v3 -> v4:
fix detailed description of the contents of the patch 1/3 and 2/3.
diff:
-This ptch translates Documentation/parisc/index.rst into Chinese.
+This patch translates Documentation/parisc/index.rst into Chinese.
-This translates Documentation/parisc/debugging.rst into Chinese.
+This patch translates Documentation/parisc/debugging.rst into Chinese.
v2 -> v3
* Pick Xiangcheng Wu's review-by tag for [patch 2-3/3]
v1 -> v2:
* Some bad translations have been modified as suggested by Xiangcheng.Thank you for your review.
https://lore.kernel.org/linux-doc/cover.1619665430.git.siyanteng@loongson.cn/T/#t (local)
* Update [PATCH 1/3].
Because zh_CN/inxdex.rst has been refactored by Xiangcheng Wu.
* Pick Xiangcheng Wu's review-by tag for [patch 1/3]
v1:
* This set translates Documentation/parisc/* into Chinese.
Yanteng Si (3):
docs/zh_CN: add parisc index translation
docs/zh_CN: add parisc debugging.rst translation
docs/zh_CN: add parisc registers.rst translation
Documentation/translations/zh_CN/index.rst | 2 +-
.../translations/zh_CN/parisc/debugging.rst | 42 +++++
.../translations/zh_CN/parisc/index.rst | 28 ++++
.../translations/zh_CN/parisc/registers.rst | 153 ++++++++++++++++++
4 files changed, 224 insertions(+), 1 deletion(-)
create mode 100644 Documentation/translations/zh_CN/parisc/debugging.rst
create mode 100644 Documentation/translations/zh_CN/parisc/index.rst
create mode 100644 Documentation/translations/zh_CN/parisc/registers.rstI've applied this set, thanks. jon