Re: [PATCH v2] docs/zh_CN: update the translation of process/programming-language.rst

From: Jonathan Corbet
Date: Mon Oct 21 2024 - 11:39:12 EST


Dongliang Mu <dzm91@xxxxxxxxxxx> writes:

> Update to commit 0b02076f9953 ("docs: programming-language: add Rust
> programming language section")
>
> scripts/checktransupdate.py reports:
>
> Documentation/translations/zh_CN/process/programming-language.rst
> commit 0b02076f9953 ("docs: programming-language: add Rust programming
> language section")
> commit 38484a1d0c50 ("docs: programming-language: remove mention of the
> Intel compiler")
> 2 commits needs resolving in total
>
> Signed-off-by: Dongliang Mu <dzm91@xxxxxxxxxxx>
> ---
> v1->v2: revise the script name
> .../zh_CN/process/programming-language.rst | 78 +++++++------------
> 1 file changed, 30 insertions(+), 48 deletions(-)

This one adds some new build warnings:

Documentation/translations/zh_CN/process/programming-language.rst:44: WARNING: duplicate citation gcc, other instance in /stuff/k/git/kernel/Documentation/process/programming-language.rst
Documentation/translations/zh_CN/process/programming-language.rst:51: WARNING: duplicate citation rustc, other instance in /stuff/k/git/kernel/Documentation/process/programming-language.rst

*Please* be sure to do a docs build before submitting your patches.

jon