Linux Documentation
 help / color / mirror / Atom feed
* [PATCH 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
@ 2022-07-14 13:05 Binbin Zhou
  2022-07-14 13:06 ` [PATCH 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Binbin Zhou @ 2022-07-14 13:05 UTC (permalink / raw)
  To: alexs, siyanteng
  Cc: corbet, chenhuacai, bobwxc, zhoubb.aaron, linux-doc, Binbin Zhou

Hi all:

I have translated all the docs for section "Data structures and low-level utilities"
of the core-api, and I plan to split them into two patchset submissions.

This patchset contains the following files:

idr.rst
circular-buffers.rst
generic-radix-tree.rst
packing.rst

For more details, please see TODOLIST in core-api/index.rst.

Thanks.

Binbin Zhou (4):
  docs/zh_CN: core-api: Add idr Chinese translation
  docs/zh_CN: core-api: Add circular-buffers Chinese translation
  docs/zh_CN: core-api: Add generic-radix-tree Chinese translation
  docs/zh_CN: core-api: Add packing Chinese translation

 .../zh_CN/core-api/circular-buffers.rst       | 205 ++++++++++++++++++
 .../zh_CN/core-api/generic-radix-tree.rst     |  23 ++
 .../translations/zh_CN/core-api/idr.rst       |  74 +++++++
 .../translations/zh_CN/core-api/index.rst     |   8 +-
 .../translations/zh_CN/core-api/packing.rst   | 154 +++++++++++++
 5 files changed, 460 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/core-api/circular-buffers.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/generic-radix-tree.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/idr.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/packing.rst

-- 
2.20.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-16 15:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 13:05 [PATCH 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1) Binbin Zhou
2022-07-14 13:06 ` [PATCH 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
2022-07-16  8:41   ` YanTeng Si
2022-07-16 12:45   ` Wu XiangCheng
2022-07-14 13:06 ` [PATCH 2/4] docs/zh_CN: core-api: Add circular-buffers " Binbin Zhou
2022-07-16  9:04   ` YanTeng Si
2022-07-14 13:06 ` [PATCH 3/4] docs/zh_CN: core-api: Add generic-radix-tree " Binbin Zhou
2022-07-14 13:06 ` [PATCH 4/4] docs/zh_CN: core-api: Add packing " Binbin Zhou
2022-07-16  9:18   ` YanTeng Si
2022-07-16 14:06 ` [PATCH 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1) Wu XiangCheng
2022-07-16 15:27   ` Binbin Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox