linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
@ 2021-05-21 15:55 Hu Haowen
  2021-05-21 16:53 ` Wu X.C.
  0 siblings, 1 reply; 3+ messages in thread
From: Hu Haowen @ 2021-05-21 15:55 UTC (permalink / raw)
  To: alexs, corbet, bobwxc, bernard; +Cc: linux-doc, linux-kernel, Hu Haowen

The original file has added some words in commit c797997a244cd2c58908
("Documentation: dev-tools: Add Testing Overview"), hence update the
Chinese translation of them.

Signed-off-by: Hu Haowen <src.res@email.cn>
---
 Documentation/translations/zh_CN/dev-tools/index.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst
index fd73c479917b..7ba02fc392a6 100644
--- a/Documentation/translations/zh_CN/dev-tools/index.rst
+++ b/Documentation/translations/zh_CN/dev-tools/index.rst
@@ -11,6 +11,9 @@
 目前这些文档已经整理在一起,不需要再花费额外的精力。
 欢迎任何补丁。
 
+有关测试专用工具的简要概述,参见
+Documentation/dev-tools/testing-overview.rst
+
 .. class:: toc-title
 
 	   目录
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
  2021-05-21 15:55 [PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov Hu Haowen
@ 2021-05-21 16:53 ` Wu X.C.
  2021-05-22  0:54   ` Hu Haowen
  0 siblings, 1 reply; 3+ messages in thread
From: Wu X.C. @ 2021-05-21 16:53 UTC (permalink / raw)
  To: Hu Haowen; +Cc: alexs, corbet, bernard, linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

On Fri, May 21, 2021 at 11:55:51PM +0800, Hu Haowen wrote:
> The original file has added some words in commit c797997a244cd2c58908
> ("Documentation: dev-tools: Add Testing Overview"), hence update the
> Chinese translation of them.
> 
> Signed-off-by: Hu Haowen <src.res@email.cn>
> ---
>  Documentation/translations/zh_CN/dev-tools/index.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst
> index fd73c479917b..7ba02fc392a6 100644
> --- a/Documentation/translations/zh_CN/dev-tools/index.rst
> +++ b/Documentation/translations/zh_CN/dev-tools/index.rst
> @@ -11,6 +11,9 @@
>  目前这些文档已经整理在一起,不需要再花费额外的精力。
>  欢迎任何补丁。
>  
> +有关测试专用工具的简要概述,参见
> +Documentation/dev-tools/testing-overview.rst
> +
>  .. class:: toc-title
>  
>  	   目录
> -- 
> 2.25.1

Looks not bad.
Are you already working on translating testing-overview.rst?
If not, please also add todo entry of testing-overview.rst with v2.

Acked-by: Wu XiangCheng <bobwxc@email.cn>

Thanks,
Wu X.C.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
  2021-05-21 16:53 ` Wu X.C.
@ 2021-05-22  0:54   ` Hu Haowen
  0 siblings, 0 replies; 3+ messages in thread
From: Hu Haowen @ 2021-05-22  0:54 UTC (permalink / raw)
  To: Wu X.C.; +Cc: alexs, corbet, bernard, linux-doc, linux-kernel


On 2021/5/22 上午12:53, Wu X.C. wrote:
> On Fri, May 21, 2021 at 11:55:51PM +0800, Hu Haowen wrote:
>> The original file has added some words in commit c797997a244cd2c58908
>> ("Documentation: dev-tools: Add Testing Overview"), hence update the
>> Chinese translation of them.
>>
>> Signed-off-by: Hu Haowen <src.res@email.cn>
>> ---
>>   Documentation/translations/zh_CN/dev-tools/index.rst | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst
>> index fd73c479917b..7ba02fc392a6 100644
>> --- a/Documentation/translations/zh_CN/dev-tools/index.rst
>> +++ b/Documentation/translations/zh_CN/dev-tools/index.rst
>> @@ -11,6 +11,9 @@
>>   目前这些文档已经整理在一起,不需要再花费额外的精力。
>>   欢迎任何补丁。
>>   
>> +有关测试专用工具的简要概述,参见
>> +Documentation/dev-tools/testing-overview.rst
>> +
>>   .. class:: toc-title
>>   
>>   	   目录
>> -- 
>> 2.25.1
Currently working on testing-overview.rst. This will be done soon but
still require some time. After the translation I'll send you another
patch on testing-overview.rst with v2.

Thanks,
Hu Haowen
> Looks not bad.
> Are you already working on translating testing-overview.rst?
> If not, please also add todo entry of testing-overview.rst with v2.
>
> Acked-by: Wu XiangCheng <bobwxc@email.cn>
>
> Thanks,
> Wu X.C.
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-22  0:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 15:55 [PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov Hu Haowen
2021-05-21 16:53 ` Wu X.C.
2021-05-22  0:54   ` Hu Haowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).