Re: [PATCH 1/1] docs/zh_TW: Add translation for riscv/boot-image-header

From: Jonathan Corbet
Date: Sun Sep 12 2021 - 13:28:52 EST


Leo Yu-Chi Liang <ycliang@xxxxxxxxxxxxx> writes:

> From: Leo Yu-Chi Liang <ycliang@xxxxxxxxxxxxxx>
>
> Add Traditional Chinese for Documentation/riscv/boot-image-header.rst
>
> Signed-off-by: Leo Yu-Chi Liang <ycliang@xxxxxxxxxxxxx>
> ---
> .../zh_TW/riscv/boot-image-header.rst | 67 +++++++++++++++++++
> 1 file changed, 67 insertions(+)
> create mode 100644 Documentation/translations/zh_TW/riscv/boot-image-header.rst
>
> diff --git a/Documentation/translations/zh_TW/riscv/boot-image-header.rst b/Documentation/translations/zh_TW/riscv/boot-image-header.rst
> new file mode 100644
> index 000000000000..86519d3c4f3b
> --- /dev/null
> +++ b/Documentation/translations/zh_TW/riscv/boot-image-header.rst

When you add new RST files you *always* have to add them to the
index.rst file to include them in the docs build. Please always test
the docs build and be sure your changes work before sending them.

Thanks,

jon