From: Weijie Yuan <wy@wyuan.org>
To: Chen-Yu Yeh <chenyou910331@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>,
Dongliang Mu <dzm91@hust.edu.cn>,
Yanteng Si <si.yanteng@linux.dev>,
Hu Haowen <srcres258@furdevs.cn>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 7/7] docs/zh_TW: remove the last maintainer contact references
Date: Thu, 20 Aug 2026 13:54:52 +0800 [thread overview]
Message-ID: <aoaWrFQWqkYnOPw8@wyuan.org> (raw)
In-Reply-To: <20260819145808.291567-8-chenyou910331@gmail.com>
On Wed, Aug 19, 2026 at 10:58:06PM +0800, Chen-Yu Yeh wrote:
> disclaimer-zh_TW.rst is included by every zh_TW document and told
> readers to mail the listed maintainer directly; index.rst asked
> would-be contributors to send patches to the same address. Point both
> at MAINTAINERS instead, so the contact information lives in one place,
> and drop the remaining contact blocks in the top-level files.
>
> This mirrors disclaimer-zh_CN.rst, which names no address and refers to
> the Chinese documentation maintainers and reviewers instead.
>
> Signed-off-by: Chen-Yu Yeh <chenyou910331@gmail.com>
> ---
> Documentation/translations/zh_TW/IRQ.txt | 8 --------
> Documentation/translations/zh_TW/disclaimer-zh_TW.rst | 7 ++++---
> Documentation/translations/zh_TW/index.rst | 2 +-
> Documentation/translations/zh_TW/io_ordering.txt | 6 ------
> 4 files changed, 5 insertions(+), 18 deletions(-)
> [...]
> diff --git a/Documentation/translations/zh_TW/disclaimer-zh_TW.rst b/Documentation/translations/zh_TW/disclaimer-zh_TW.rst
> index 28b734c223b6..b65cffabd696 100644
> --- a/Documentation/translations/zh_TW/disclaimer-zh_TW.rst
> +++ b/Documentation/translations/zh_TW/disclaimer-zh_TW.rst
> @@ -3,9 +3,10 @@
> .. warning::
> 此文件的目的是爲讓中文讀者更容易閱讀和理解,而不是作爲一個分支。因此,
> 如果您對此文件有任何意見或改動,請先嘗試更新原始英文文件。如果要更改或
> - 修正某處翻譯文件,請將意見或補丁發送給維護者(聯繫方式見下)。
> + 修正某處翻譯文件,請將意見或補丁發送給繁體中文文件的維護者(見
> + MAINTAINERS 檔案)。
>
> .. note::
> - 如果您發現本文檔與原始文件有任何不同或者有翻譯問題,請聯繫該文件的譯者,
> - 或者發送電子郵件給胡皓文以獲取幫助:<2023002089@link.tyut.edu.cn>。
> + 如果您發現本文檔與原始文件有任何不同或者有翻譯問題,請發建議或者補丁給
> + 繁體中文文件的維護者和審閱者(見 MAINTAINERS 檔案)。
I actuall suggest disclaimer-zh-TW.rst being modified like how zh_CN do:
# zh_TW/disclaimer-zh_TW.rst
:orphan:
.. note::
此文件的目的是讓中文讀者更容易閱讀與理解,而不是作為一個分支。
因此,如果您對此文件有任何意見或更新,請先嘗試更新原始英文文件。
如果您發現本文件與原始文件有任何不同,或有翻譯問題,請向
該文件的譯者提交建議或補丁,或請求中文文件維護者與審閱者的協助。
That's it.
(The Spanish and Italian versions are also a good example and
reference.)
Or, if you perfer mentioning MAINTAINERS file:
# zh_TW/disclaimer-zh_TW.rst
:orphan:
.. note::
此文件的目的是讓中文讀者更容易閱讀與理解,而不是作為一個分支。
因此,如果您對此文件有任何意見或更新,請先嘗試更新原始英文文件。
如果您發現本文件與原始文件有任何不同,或有翻譯問題,請向
該文件的譯者提交建議或補丁,或請求中文文件維護者與審閱者的協助,
詳見 MAINTAINERS 檔案。
The current version has both a '..warning' and a '..note' , but there
does not seem to be much difference between their contents. (In the
Japanese version, they have both a note and a warning, but the contents
of the two are different.) I really do not understand why we need two
separate blocks here.
(I noticed that other languages use red warning, except zh_CN. I
personally think a grey "note" block is enough, though.)
next prev parent reply other threads:[~2026-08-20 5:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 14:57 [PATCH 0/7] docs/zh_TW: remove duplicated maintainer contact information Chen-Yu Yeh
2026-08-19 14:58 ` [PATCH 1/7] docs/zh_TW: process: remove " Chen-Yu Yeh
2026-08-19 14:58 ` [PATCH 2/7] docs/zh_TW: admin-guide: " Chen-Yu Yeh
2026-08-19 14:58 ` [PATCH 3/7] docs/zh_TW: arch: " Chen-Yu Yeh
2026-08-20 4:43 ` Weijie Yuan
2026-08-21 7:15 ` 葉宸佑
2026-08-19 14:58 ` [PATCH 4/7] docs/zh_TW: dev-tools: " Chen-Yu Yeh
2026-08-20 4:43 ` Weijie Yuan
2026-08-19 14:58 ` [PATCH 5/7] docs/zh_TW: filesystems: " Chen-Yu Yeh
2026-08-20 4:43 ` Weijie Yuan
2026-08-19 14:58 ` [PATCH 6/7] docs/zh_TW: cpu-freq: " Chen-Yu Yeh
2026-08-20 4:43 ` Weijie Yuan
2026-08-19 14:58 ` [PATCH 7/7] docs/zh_TW: remove the last maintainer contact references Chen-Yu Yeh
2026-08-19 17:17 ` Weijie Yuan
2026-08-19 17:38 ` Jonathan Corbet
2026-08-21 7:05 ` 葉宸佑
2026-08-20 5:54 ` Weijie Yuan [this message]
2026-08-20 4:43 ` [PATCH 0/7] docs/zh_TW: remove duplicated maintainer contact information Weijie Yuan
2026-08-21 7:13 ` 葉宸佑
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=aoaWrFQWqkYnOPw8@wyuan.org \
--to=wy@wyuan.org \
--cc=alexs@kernel.org \
--cc=chenyou910331@gmail.com \
--cc=corbet@lwn.net \
--cc=dzm91@hust.edu.cn \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=si.yanteng@linux.dev \
--cc=srcres258@furdevs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox