From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7B8FC433FE for ; Wed, 19 Oct 2022 11:46:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231373AbiJSLqD (ORCPT ); Wed, 19 Oct 2022 07:46:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231421AbiJSLpe (ORCPT ); Wed, 19 Oct 2022 07:45:34 -0400 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5753EAC88; Wed, 19 Oct 2022 04:25:02 -0700 (PDT) Date: Wed, 19 Oct 2022 16:56:56 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1666169854; 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=9bz96zkP1XGg9TUKq1KwZhHm4pUCXMTFQTrop+dEiRE=; b=mkR6nHDfO+kaJbuyftQO1STjjkAMgmJ/YT03UsCr7Lo4TGCNkoFIy9qVClmRS/D8kAcI7L HDr8/z7uD2iTfz8G8iQa5+B1oNO/aJxL2j1le6aO86reU2d6tpd2ivLBln2sM1YYcm9uu4 f+5EvzzeUkg9VVqibIEY++zS4TQnaXM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Yanteng Si Cc: alexs@kernel.org, seakeel@gmail.com, corbet@lwn.net, ojeda@kernel.org, boqun.feng@gmail.com, wedsonaf@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, rust-for-linux@vger.kernel.org, bobwxc@email.cn, chenhuacai@kernel.org, jiaxun.yang@flygoat.com, linux-doc@vger.kernel.org, siyanteng01@gmail.com Subject: Re: [PATCH v2 1/5] docs/zh_CN: Add rust/index Chinese translation Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 2022-10-18 (二) 21:04:21 +0800 Yanteng Si 曰: > Translate .../rust/index.rst into Chinese. > > Signed-off-by: Yanteng Si Reviewed-by: Wu XiangCheng > --- > Documentation/translations/zh_CN/index.rst | 1 + > .../translations/zh_CN/rust/index.rst | 31 +++++++++++++++++++ > 2 files changed, 32 insertions(+) > create mode 100644 Documentation/translations/zh_CN/rust/index.rst -- Wu XiangCheng 0x32684A40BCA7AEA7