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

Message ID cover.1666328379.git.me@lirui.org
Headers
Series docs/zh_CN: Add staging/index and xz Chinese translation |

Message

Rui Li Oct. 21, 2022, 5:56 a.m. UTC
  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
  

Comments

Jonathan Corbet Oct. 28, 2022, 6:32 p.m. UTC | #1
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