All of lore.kernel.org
 help / color / mirror / Atom feed
From: Binbin Zhou <zhoubinbin@loongson.cn>
To: alexs@kernel.org, siyanteng@loongson.cn
Cc: corbet@lwn.net, chenhuacai@loongson.cn, bobwxc@email.cn,
	linux-doc@vger.kernel.org, Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH V2 0/9] docs/zh_CN: core-api: Update the partial translation to 5.19-rc3
Date: Wed, 22 Jun 2022 18:18:46 +0800	[thread overview]
Message-ID: <cover.1655863769.git.zhoubinbin@loongson.cn> (raw)

In this series of patches, I updated the translated file contents in the core-api
directory to 5.19-rc3.

The next step, I plan to translate the untranslated documents in the core-api
directory. For details, please see TODOLIST in the core-api/index.rst file.

Changes since V1:
- Update the code base to 5.19-rc3

- According to the suggestions of Xiangcheng and Yanteng, the translations of
  corresponding documents are updated to make them more readable.
  
  The modified documents are as follows:
    cpu_hotplug.rst
    irq/irq-domain.rst
    printk-format.rst

  If you like, please review the mailing list for details.

In addition, for the translation of the Rust part in "printk-format.rst", I will
reorganize it into a patch to the Rust tree.

Binbin Zhou (9):
  docs/zh_CN: core-api: Update the translation of cachetlb.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of cpu_hotplug.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of irq/irq-domain.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of kernel-api.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of mm-api.rst to 5.19-rc3
  docs/zh_CN: core-api: Update the translation of printk-basics.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of printk-format.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of workqueue.rst to
    5.19-rc3
  docs/zh_CN: core-api: Update the translation of xarray.rst to 5.19-rc3

 .../translations/zh_CN/core-api/cachetlb.rst  |   6 +
 .../zh_CN/core-api/cpu_hotplug.rst            | 435 +++++++++++++++---
 .../zh_CN/core-api/irq/irq-domain.rst         |  22 +-
 .../zh_CN/core-api/kernel-api.rst             |   3 +
 .../translations/zh_CN/core-api/mm-api.rst    |  23 +-
 .../zh_CN/core-api/printk-basics.rst          |   3 +-
 .../zh_CN/core-api/printk-formats.rst         |   3 +-
 .../translations/zh_CN/core-api/workqueue.rst |  21 +-
 .../translations/zh_CN/core-api/xarray.rst    |   4 +-
 9 files changed, 449 insertions(+), 71 deletions(-)

-- 
2.20.1


             reply	other threads:[~2022-06-22 10:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 10:18 Binbin Zhou [this message]
2022-06-22 10:18 ` [PATCH 1/9] docs/zh_CN: core-api: Update the translation of cachetlb.rst to 5.19-rc3 Binbin Zhou
2022-06-22 12:19   ` Wu XiangCheng
2022-06-23 13:08     ` YanTeng Si
2022-06-22 10:18 ` [PATCH 2/9] docs/zh_CN: core-api: Update the translation of cpu_hotplug.rst " Binbin Zhou
2022-06-22 12:19   ` Wu XiangCheng
2022-06-23 13:10   ` YanTeng Si
2022-06-22 10:18 ` [PATCH 3/9] docs/zh_CN: core-api: Update the translation of irq/irq-domain.rst " Binbin Zhou
2022-06-22 12:19   ` Wu XiangCheng
2022-06-23 13:11   ` YanTeng Si
2022-06-22 10:18 ` [PATCH 4/9] docs/zh_CN: core-api: Update the translation of kernel-api.rst " Binbin Zhou
2022-06-23 13:12   ` YanTeng Si
2022-06-23 16:10   ` Wu XiangCheng
2022-06-22 10:18 ` [PATCH 5/9] docs/zh_CN: core-api: Update the translation of mm-api.rst " Binbin Zhou
2022-06-22 16:11   ` Wu XiangCheng
2022-06-23 13:13   ` YanTeng Si
2022-06-22 10:18 ` [PATCH 6/9] docs/zh_CN: core-api: Update the translation of printk-basics.rst " Binbin Zhou
2022-06-22 16:11   ` Wu XiangCheng
2022-06-23 13:14   ` YanTeng Si
2022-06-22 10:18 ` [PATCH 7/9] docs/zh_CN: core-api: Update the translation of printk-format.rst " Binbin Zhou
2022-06-22 16:11   ` Wu XiangCheng
2022-06-23 13:15   ` YanTeng Si
2022-06-22 10:19 ` [PATCH 8/9] docs/zh_CN: core-api: Update the translation of workqueue.rst " Binbin Zhou
2022-06-23 13:14   ` YanTeng Si
2022-06-23 16:10   ` Wu XiangCheng
2022-06-22 10:19 ` [PATCH 9/9] docs/zh_CN: core-api: Update the translation of xarray.rst " Binbin Zhou
2022-06-23 13:13   ` YanTeng Si
2022-06-23 16:10   ` Wu XiangCheng
2022-06-24 19:16 ` [PATCH V2 0/9] docs/zh_CN: core-api: Update the partial translation " Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1655863769.git.zhoubinbin@loongson.cn \
    --to=zhoubinbin@loongson.cn \
    --cc=alexs@kernel.org \
    --cc=bobwxc@email.cn \
    --cc=chenhuacai@loongson.cn \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=siyanteng@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.