[PATCH v4 0/2] docs/zh_CN: Add staging/index and xz Chinese translation

Rui Li posted 2 patches 3 years, 5 months ago
Documentation/translations/zh_CN/index.rst    |   8 +-
.../translations/zh_CN/staging/index.rst      |  26 +++++
.../translations/zh_CN/staging/xz.rst         | 100 ++++++++++++++++++
3 files changed, 130 insertions(+), 4 deletions(-)
create mode 100644 Documentation/translations/zh_CN/staging/index.rst
create mode 100644 Documentation/translations/zh_CN/staging/xz.rst
[PATCH v4 0/2] docs/zh_CN: Add staging/index and xz Chinese translation
Posted by Rui Li 3 years, 5 months ago
Translate the following files into Chinese:

- Documentation/staging/index.rst
- Documentation/staging/xz.rst

Add staging/index into the menu of zh_CN/index. Also fix one
translation in the zh_CN/index file.

Changes since v3 [1]:
Add missing reviewed-by signature for patch 1 and 2.

[1]: v3: https://marc.info/?l=linux-doc&m=166627656723013&w=2

Rui Li (2):
  docs/zh_CN: Add staging/index Chinese translation
  docs/zh_CN: Add staging/xz Chinese translation

 Documentation/translations/zh_CN/index.rst    |   8 +-
 .../translations/zh_CN/staging/index.rst      |  26 +++++
 .../translations/zh_CN/staging/xz.rst         | 100 ++++++++++++++++++
 3 files changed, 130 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/staging/index.rst
 create mode 100644 Documentation/translations/zh_CN/staging/xz.rst

-- 
2.30.2
Re: [PATCH v4 0/2] docs/zh_CN: Add staging/index and xz Chinese translation
Posted by Jonathan Corbet 3 years, 5 months ago
Rui Li <me@lirui.org> writes:

> Translate the following files into Chinese:
>
> - Documentation/staging/index.rst
> - Documentation/staging/xz.rst
>
> Add staging/index into the menu of zh_CN/index. Also fix one
> translation in the zh_CN/index file.
>
> Changes since v3 [1]:
> Add missing reviewed-by signature for patch 1 and 2.
>
> [1]: v3: https://marc.info/?l=linux-doc&m=166627656723013&w=2
>
> Rui Li (2):
>   docs/zh_CN: Add staging/index Chinese translation
>   docs/zh_CN: Add staging/xz Chinese translation
>
>  Documentation/translations/zh_CN/index.rst    |   8 +-
>  .../translations/zh_CN/staging/index.rst      |  26 +++++
>  .../translations/zh_CN/staging/xz.rst         | 100 ++++++++++++++++++
>  3 files changed, 130 insertions(+), 4 deletions(-)
>  create mode 100644 Documentation/translations/zh_CN/staging/index.rst
>  create mode 100644 Documentation/translations/zh_CN/staging/xz.rst

Applied, thanks.

jon