linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/zh_CN: Fix '.. only::' directive's expression
@ 2022-12-05  3:26 Akira Yokosawa
  2022-12-05  6:51 ` Wu XiangCheng
  2022-12-05  9:48 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Akira Yokosawa @ 2022-12-05  3:26 UTC (permalink / raw)
  To: Jonathan Corbet, Yanteng Si, Alex Shi, Wu XiangCheng
  Cc: linux-doc, linux-kernel, Akira Yokosawa

Commit febe6c2f859e ("docs/zh_CN: Add translation
zh_CN/doc-guide/index.rst") translated ".. only::" directive too much.
Use the one as found in the original doc-guide/index.rst.

Fixes: febe6c2f859e ("docs/zh_CN: Add translation zh_CN/doc-guide/index.rst")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Wu XiangCheng <bobwxc@email.cn>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Alex Shi <alexs@kernel.org>
---
Hi,

I came across this error while grepping ".. only::" under Documentation/.

        Thanks, Akira
---
 Documentation/translations/zh_CN/doc-guide/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/doc-guide/index.rst b/Documentation/translations/zh_CN/doc-guide/index.rst
index 5151953c196f..78c2e9a1697f 100644
--- a/Documentation/translations/zh_CN/doc-guide/index.rst
+++ b/Documentation/translations/zh_CN/doc-guide/index.rst
@@ -19,7 +19,7 @@
    contributing
    maintainer-profile
 
-.. only::  子项目与HTML
+.. only::  subproject and html
 
    目录
    ====

base-commit: f8e9e32f7d04336666d66893f2da1347dd8263b1
-- 
2.25.1


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

* Re: [PATCH] docs/zh_CN: Fix '.. only::' directive's expression
  2022-12-05  3:26 [PATCH] docs/zh_CN: Fix '.. only::' directive's expression Akira Yokosawa
@ 2022-12-05  6:51 ` Wu XiangCheng
  2022-12-05  9:48 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Wu XiangCheng @ 2022-12-05  6:51 UTC (permalink / raw)
  To: Akira Yokosawa
  Cc: Jonathan Corbet, Yanteng Si, Alex Shi, Wu XiangCheng, linux-doc,
	linux-kernel

2022-12-05 (一) 12:26:24 +0900 Akira Yokosawa 曰:
> Commit febe6c2f859e ("docs/zh_CN: Add translation
> zh_CN/doc-guide/index.rst") translated ".. only::" directive too much.
> Use the one as found in the original doc-guide/index.rst.
> 
> Fixes: febe6c2f859e ("docs/zh_CN: Add translation zh_CN/doc-guide/index.rst")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Cc: Yanteng Si <siyanteng@loongson.cn>
> Cc: Alex Shi <alexs@kernel.org>
> ---
> Hi,
> 
> I came across this error while grepping ".. only::" under Documentation/.
> 
>         Thanks, Akira

Thanks, good catch!

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

> ---
>  Documentation/translations/zh_CN/doc-guide/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/translations/zh_CN/doc-guide/index.rst b/Documentation/translations/zh_CN/doc-guide/index.rst
> index 5151953c196f..78c2e9a1697f 100644
> --- a/Documentation/translations/zh_CN/doc-guide/index.rst
> +++ b/Documentation/translations/zh_CN/doc-guide/index.rst
> @@ -19,7 +19,7 @@
>     contributing
>     maintainer-profile
>  
> -.. only::  子项目与HTML
> +.. only::  subproject and html
>  
>     目录
>     ====
> 
> base-commit: f8e9e32f7d04336666d66893f2da1347dd8263b1
> -- 
> 2.25.1
> 

-- 
Wu XiangCheng	0x32684A40BCA7AEA7


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

* Re: [PATCH] docs/zh_CN: Fix '.. only::' directive's expression
  2022-12-05  3:26 [PATCH] docs/zh_CN: Fix '.. only::' directive's expression Akira Yokosawa
  2022-12-05  6:51 ` Wu XiangCheng
@ 2022-12-05  9:48 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2022-12-05  9:48 UTC (permalink / raw)
  To: Akira Yokosawa, Yanteng Si, Alex Shi, Wu XiangCheng
  Cc: linux-doc, linux-kernel, Akira Yokosawa

Akira Yokosawa <akiyks@gmail.com> writes:

> Commit febe6c2f859e ("docs/zh_CN: Add translation
> zh_CN/doc-guide/index.rst") translated ".. only::" directive too much.
> Use the one as found in the original doc-guide/index.rst.
>
> Fixes: febe6c2f859e ("docs/zh_CN: Add translation zh_CN/doc-guide/index.rst")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Cc: Yanteng Si <siyanteng@loongson.cn>
> Cc: Alex Shi <alexs@kernel.org>
> ---
> Hi,
>
> I came across this error while grepping ".. only::" under Documentation/.
>
>         Thanks, Akira
> ---
>  Documentation/translations/zh_CN/doc-guide/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/doc-guide/index.rst b/Documentation/translations/zh_CN/doc-guide/index.rst
> index 5151953c196f..78c2e9a1697f 100644
> --- a/Documentation/translations/zh_CN/doc-guide/index.rst
> +++ b/Documentation/translations/zh_CN/doc-guide/index.rst
> @@ -19,7 +19,7 @@
>     contributing
>     maintainer-profile
>  
> -.. only::  子项目与HTML
> +.. only::  subproject and html
>  
Heh ... that's only been there for a year and a half...applied, thanks.

jon

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

end of thread, other threads:[~2022-12-05  9:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05  3:26 [PATCH] docs/zh_CN: Fix '.. only::' directive's expression Akira Yokosawa
2022-12-05  6:51 ` Wu XiangCheng
2022-12-05  9:48 ` Jonathan Corbet

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).