From: Chen-Yu Yeh <chenyou910331@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>
Cc: Dongliang Mu <dzm91@hust.edu.cn>,
Yanteng Si <si.yanteng@linux.dev>, Weijie Yuan <wy@wyuan.org>,
Hu Haowen <2023002089@link.tyut.edu.cn>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
Chen-Yu Yeh <chenyou910331@gmail.com>
Subject: [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents
Date: Wed, 22 Jul 2026 05:55:26 +0800 [thread overview]
Message-ID: <20260721215542.98435-1-chenyou910331@gmail.com> (raw)
The zh_TW (Traditional Chinese) translations were originally converted
from the zh_CN tree, so they still use mainland Chinese terminology
(e.g. 內核, 軟件, 接口) that reads unnatural to Taiwanese readers, and
most of the process/ documents have fallen behind their English
originals.
This series localizes the terminology of the existing zh_TW process/
documents to Taiwanese Mandarin and, in the same pass, syncs each
document with its current English original, so that the "update to
commit" markers stay honest for tools/docs/checktransupdate.py.
Each patch covers one document and does both the terminology
localization and the content sync for it. Notable content syncs
include:
- code-of-conduct-interpretation: new "Enforcement for Unacceptable
Behavior" section and updated TAB voting language
- stable-kernel-rules: retranslated from the heavily restructured
English text (three submission options, stable tag variants)
- submitting-patches: interleaved-reply etiquette, reworked Acked-by
semantics, tagging-people permission rules, Assisted-by:, canonical
patch format subsections and the b4 tooling section
- embargoed-hardware-issues: "Early access" section and the current
ambassadors list
- index: mirrors the reworked English process index layout
- programming-language: Rust is no longer experimental
The final patch adds Documentation/translations/zh_TW/glossary.rst,
which documents the terminology mapping used across the series (with
zh_CN equivalents for cross-reference) so that reviewers can check the
replacements against a single reference, and future translations can
stay consistent.
A short summary of the main mappings (English / zh_TW / old zh_CN-style):
kernel 核心 (內核) software 軟體 (軟件)
interface 介面 (接口) memory 記憶體 (內存)
process 行程 (進程) queue 佇列 (隊列)
network 網路 (網絡) server 伺服器 (服務器)
default 預設 (默認) user 使用者 (用戶)
code 程式碼 (代碼) file 檔案 (文件)
community 社群 (社區) documentation 文件 (文檔)
- 8.Conclusion: carries a Reviewed-by from an earlier standalone
review; see the note under --- in that patch for what changed since.
The zh_TW documents were built with "make SPHINXDIRS=translations
htmldocs" without new warnings, and tools/docs/checktransupdate.py -l
zh_TW now reports the series' documents as up to date.
Chen-Yu Yeh (16):
docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst
docs/zh_TW: process: localize terminology in 1.Intro.rst
docs/zh_TW: process: localize terminology in
code-of-conduct-interpretation.rst
docs/zh_TW: process: localize terminology in license-rules.rst
docs/zh_TW: process: localize terminology in email-clients.rst
docs/zh_TW: process: localize terminology in programming-language.rst
docs/zh_TW: process: localize terminology in coding-style.rst
docs/zh_TW: process: localize terminology in stable-kernel-rules.rst
docs/zh_TW: process: localize terminology in 5.Posting.rst
docs/zh_TW: process: localize terminology in 2.Process.rst
docs/zh_TW: process: localize terminology in howto.rst
docs/zh_TW: process: localize terminology in
embargoed-hardware-issues.rst
docs/zh_TW: process: localize terminology in submitting-patches.rst
docs/zh_TW: process: localize terminology in 8.Conclusion.rst
docs/zh_TW: process: localize terminology in index.rst
docs/zh_TW: Add a glossary for Traditional Chinese translations
Documentation/translations/zh_TW/glossary.rst | 145 +++++
Documentation/translations/zh_TW/index.rst | 5 +-
.../translations/zh_TW/process/1.Intro.rst | 211 +++----
.../translations/zh_TW/process/2.Process.rst | 304 +++++----
.../translations/zh_TW/process/5.Posting.rst | 226 ++++---
.../zh_TW/process/7.AdvancedTopics.rst | 103 ++--
.../zh_TW/process/8.Conclusion.rst | 51 +-
.../code-of-conduct-interpretation.rst | 162 +++--
.../zh_TW/process/coding-style.rst | 580 +++++++++---------
.../zh_TW/process/email-clients.rst | 184 +++---
.../process/embargoed-hardware-issues.rst | 194 +++---
.../translations/zh_TW/process/howto.rst | 343 +++++------
.../translations/zh_TW/process/index.rst | 99 ++-
.../zh_TW/process/license-rules.rst | 200 +++---
.../zh_TW/process/programming-language.rst | 94 ++-
.../zh_TW/process/stable-kernel-rules.rst | 256 ++++++--
.../zh_TW/process/submitting-patches.rst | 503 ++++++++-------
17 files changed, 2125 insertions(+), 1535 deletions(-)
create mode 100644 Documentation/translations/zh_TW/glossary.rst
--
2.43.0
next reply other threads:[~2026-07-21 21:55 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 21:55 Chen-Yu Yeh [this message]
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
[not found] ` <amCDyEKqNzkjgu-H@wyuan.org>
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-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-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-21 21:55 ` [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 11/16] docs/zh_TW: process: localize terminology in howto.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 15/16] docs/zh_TW: process: localize terminology in index.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations Chen-Yu Yeh
2026-07-22 15:09 ` [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Weijie Yuan
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=20260721215542.98435-1-chenyou910331@gmail.com \
--to=chenyou910331@gmail.com \
--cc=2023002089@link.tyut.edu.cn \
--cc=alexs@kernel.org \
--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=wy@wyuan.org \
/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