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 <2023002089@link.tyut.edu.cn>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst
Date: Fri, 24 Jul 2026 20:08:05 +0800 [thread overview]
Message-ID: <amNVpU-47HOO58Ir@wyuan.org> (raw)
In-Reply-To: <20260721215542.98435-15-chenyou910331@gmail.com>
On Wed, Jul 22, 2026 at 05:55:40AM +0800, Chen-Yu Yeh wrote:
> Localize mainland terms to Taiwanese Mandarin (內核→核心, 代碼→程式碼,
> 軟件→軟體, ...), normalize character conventions (爲→為, 裏→裡, 啓→啟,
> 發佈→發布) to match the zh_TW glossary, fix the zh_CN cross-references
> to zh_TW, and rephrase a few sentences for fluency.
>
> Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Reviewed-by: Weijie Yuan <wy@wyuan.org>
> Signed-off-by: Chen-Yu Yeh <chenyou910331@gmail.com>
> ---
>
> Note for reviewers: this differs from the version Dongliang Mu reviewed
> in June. Beyond the terminology localization he reviewed, I additionally
> normalized the character conventions (爲→為, 裏→裡, 啓→啟, 發佈→發布) to
> match the new zh_TW glossary, changed the zh_CN cross-references to
> zh_TW, restored the blank line before the LWN index URL (the reviewed
> version dropped it and broke the RST rendering), and added myself to the
> proofreader list. The Reviewed-by is kept as the terminology changes it
> covered are unchanged; happy to drop it if preferred.
Nice reminder!
> .../zh_TW/process/8.Conclusion.rst | 51 ++++++++++---------
> 1 file changed, 26 insertions(+), 25 deletions(-)
>
> diff --git a/Documentation/translations/zh_TW/process/8.Conclusion.rst b/Documentation/translations/zh_TW/process/8.Conclusion.rst
> index d1634421b62c..c95e2d1c7e81 100644
> --- a/Documentation/translations/zh_TW/process/8.Conclusion.rst
> +++ b/Documentation/translations/zh_TW/process/8.Conclusion.rst
> @@ -11,45 +11,46 @@
>
> 吳想成 Wu XiangCheng <bobwxc@email.cn>
> 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
> + 葉宸佑 Chen-Yu Yeh <chenyou910331@gmail.com>
>
> .. _tw_development_conclusion:
>
> -更多信息
> +更多資訊
> ========
>
> -關於Linux內核開發和相關主題的信息來源很多。首先是在內核源代碼分發中找到的
> -文檔目錄。頂級
> -:ref:`Documentation/translations/zh_CN/process/howto.rst <tw_process_howto>`
> +關於Linux核心開發和相關主題的資訊來源很多。首先是在核心原始碼分發中找到的
> +文件目錄。頂級
> +:ref:`Documentation/translations/zh_TW/process/howto.rst <tw_process_howto>`
> 文件是一個重要的起點;
> -:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
> -也是所有內核開發人員都應該閱讀的內容。許多內部內核API都是使用kerneldoc機制
> -記錄的;“make htmldocs”或“make pdfdocs”可用於以HTML或PDF格式生成這些文檔
> -(儘管某些發行版提供的tex版本會遇到內部限制,無法正確處理文檔)。
> +:ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
> +也是所有核心開發人員都應該閱讀的內容。許多內部核心API都是使用kerneldoc機制
> +記錄的;“make htmldocs”或“make pdfdocs”可用於以HTML或PDF格式產生這些文件
> +(儘管某些發行版提供的tex版本會遇到內部限制,無法正確處理文件)。
>
> -不同的網站在各個細節層次上討論內核開發。本文作者想謙虛地建議用 https://lwn.net/
> -作爲來源;有關許多特定內核主題的信息可以通過以下網址的 LWN 內核索引找到:
> +不同的網站在各個細節層次上討論核心開發。本文作者想謙虛地建議用 https://lwn.net/
> +作為來源;有關許多特定核心主題的資訊可以透過以下網址的 LWN 核心索引找到:
>
> http://lwn.net/kernel/index/
Note: have changed to https://lwn.net/Kernel/Index/ (uppercased first
letter)
(I'm not familiar with how LWN works, so later I will check the
availability of these urls manually ;-)
> -除此之外,內核開發人員的一個寶貴資源是:
> +除此之外,核心開發人員的一個寶貴資源是:
>
> https://kernelnewbies.org/
>
> -當然,也不應該忘記 https://kernel.org/ ,這是內核發佈信息的最終位置。
> +當然,也不應該忘記 https://kernel.org/ ,這是核心發布資訊的最終位置。
>
> -關於內核開發有很多書:
> +關於核心開發有很多書:
>
> 《Linux設備驅動程序》第三版(Jonathan Corbet、Alessandro Rubini和Greg Kroah Hartman)
> 線上版本在 http://lwn.net/kernel/ldd3/
http://lwn.net/kernel/ldd3/ or https://lwn.net/kernel/ldd3/ returns 404
(for me?)
In English version, they have changed to https (and uppercased), which
is:
https://lwn.net/Kernel/LDD3/
Just leave a note here, because this patch doesn't mean to sync with
English original at all.
Thanks.
next prev parent reply other threads:[~2026-07-24 12:08 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 21:55 [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 01/16] docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst Chen-Yu Yeh
2026-07-22 5:56 ` Weijie Yuan
2026-07-22 8:48 ` Weijie Yuan
2026-07-22 13:32 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 02/16] docs/zh_TW: process: localize terminology in 1.Intro.rst Chen-Yu Yeh
2026-07-22 7:42 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 03/16] docs/zh_TW: process: localize terminology in code-of-conduct-interpretation.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 04/16] docs/zh_TW: process: localize terminology in license-rules.rst Chen-Yu Yeh
2026-07-22 11:35 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 05/16] docs/zh_TW: process: localize terminology in email-clients.rst Chen-Yu Yeh
2026-07-22 11:35 ` Weijie Yuan
2026-07-24 6:48 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 06/16] docs/zh_TW: process: localize terminology in programming-language.rst Chen-Yu Yeh
2026-07-22 14:51 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 07/16] docs/zh_TW: process: localize terminology in coding-style.rst Chen-Yu Yeh
2026-07-22 14:48 ` Weijie Yuan
2026-07-24 6:38 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 08/16] docs/zh_TW: process: localize terminology in stable-kernel-rules.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst Chen-Yu Yeh
2026-07-23 7:02 ` Weijie Yuan
2026-07-24 6:40 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Chen-Yu Yeh
2026-07-23 6:30 ` Weijie Yuan
2026-07-24 6:41 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 11/16] docs/zh_TW: process: localize terminology in howto.rst Chen-Yu Yeh
2026-07-23 10:53 ` Weijie Yuan
2026-07-24 6:41 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst Chen-Yu Yeh
2026-07-23 12:43 ` Weijie Yuan
2026-07-24 6:42 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst Chen-Yu Yeh
2026-07-24 11:06 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst Chen-Yu Yeh
2026-07-24 12:08 ` Weijie Yuan [this message]
2026-07-21 21:55 ` [PATCH 15/16] docs/zh_TW: process: localize terminology in index.rst Chen-Yu Yeh
2026-07-24 12:27 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations Chen-Yu Yeh
2026-07-24 12:56 ` Weijie Yuan
2026-07-22 15:09 ` [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Weijie Yuan
2026-07-24 6:36 ` 葉宸佑
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=amNVpU-47HOO58Ir@wyuan.org \
--to=wy@wyuan.org \
--cc=2023002089@link.tyut.edu.cn \
--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 \
/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