Binbin Zhou <zhoubinbin@xxxxxxxxxxx> writes: > 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(-) Series applied, thanks. jon