From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta1.migadu.com (out-181.mta1.migadu.com [95.215.58.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0723E4207A for ; Wed, 22 Jul 2026 14:51:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784731896; cv=none; b=Be3EPG4GBjSTSwSWsjtzlJj7QfVpR39jkiIauLKuU84KrUfyH27DfGNl9qGjbaM2cPRWZP2x0s6+BQhAx59xdmIvdArfgCPGVkNrQgIkuqP+Xm+Xp0CPdZ84W1CYwgkn0czGFDHPbGfca/G4W1IsMQGjrd40AJSskNlR5L6tp6o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784731896; c=relaxed/simple; bh=9ewhsjHOlbTDWG80QcmiEhITwAlIEoAJ36oSIsPLbek=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P4kfoyDy9w44KTeP834siyMUvrDhxIdji+LP88InsMPgb4L3eKY0JOSrTifu7gBEI3kiCS5NVXVhile5+/EoNZfztr5pcrhxtMFmLsycz/ZSPGXJFGHK+5Le3rYbC/MUwHfzozH3VXq9W/kjtvhIPGyrmDLdz9cdLE+iroocM6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org; spf=pass smtp.mailfrom=wyuan.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b=Dg330Ohj; arc=none smtp.client-ip=95.215.58.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wyuan.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b="Dg330Ohj" Date: Wed, 22 Jul 2026 22:51:15 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wyuan.org; s=key1; t=1784731892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s5+8sP8gF/39TiIv/LI7riq7O/9w9jZ4H2iTkBYRnwQ=; b=Dg330OhjE2hrVuSe2s4IEu7ufQhMews5Znd4gIxEWE9MxIV8D5euBgLdr4upUAH+WctN0I kfxxZYeHWzn6Ee/cOnM0jGQ9rOQUhYaiY21/WM8eRmPpzY9Q6NfOAl6Sjln/jfTNAwSNS/ HukmOJgMxVOjvlMAGzDo8h5XahmuvH9wDNh3iCR+7BB+KL+HOKJJt12G1bqM7iKhcdU1as XAjp09C2zZKT4/5Qcdd8GKHag9HO20zOUxiSGkx2TwMYvFG/mF3W38wzkjjvOxhhZo4YlZ lsmTEwXl84Eke+emxIuVl+62VduQU8CINAO8jmoonGzysv1puX+ug2DlOz0moQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Weijie Yuan To: Chen-Yu Yeh Cc: Jonathan Corbet , Alex Shi , Dongliang Mu , Yanteng Si , Hu Haowen <2023002089@link.tyut.edu.cn>, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/16] docs/zh_TW: process: localize terminology in programming-language.rst Message-ID: References: <20260721215542.98435-1-chenyou910331@gmail.com> <20260721215542.98435-7-chenyou910331@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260721215542.98435-7-chenyou910331@gmail.com> X-Migadu-Flow: FLOW_OUT On Wed, Jul 22, 2026 at 05:55:32AM +0800, Chen-Yu Yeh wrote: > Localize mainland terms to Taiwanese Mandarin (內核→核心, 變量→變數, > 函數→函式, ...) and sync with the English original: drop the stale > icc/architecture paragraph, switch to footnote-style references as in > the English text, and add the Rust section, which now states Rust is > supported (no longer experimental) per commit 9fa7153c31a3 ("rust: > conclude the Rust experiment"). > > update to commit 47cb33cedf47 ("docs: clarify wording in programming-language.rst") > > Signed-off-by: Chen-Yu Yeh Except the wrapping issue of the commit message (leave it to the maintainers to pass a judgment on it): Reviewed-by: Weijie Yuan > --- > .../zh_TW/process/programming-language.rst | 94 ++++++++----------- > 1 file changed, 40 insertions(+), 54 deletions(-)