2022-04-26 00:22:17

by Kosuke Fujimoto

[permalink] [raw]
Subject: [PATCH v2] docs/ja_JP/index: update section title in Japanese

Update section title "Japanese Translation" in Japanese.
This change is to keep consistency with other translations.

Signed-off-by: Kosuke Fujimoto <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Tsugikazu Shibata <[email protected]>
Cc: Akira Yokosawa <[email protected]>
Cc: [email protected]
---
Documentation/translations/ja_JP/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/ja_JP/index.rst b/Documentation/translations/ja_JP/index.rst
index 20738c931d02..43b9fb7246d3 100644
--- a/Documentation/translations/ja_JP/index.rst
+++ b/Documentation/translations/ja_JP/index.rst
@@ -5,7 +5,7 @@
\kerneldocCJKon
\kerneldocBeginJP{

-Japanese translations
+日本語訳
=====================

.. toctree::
--
2.25.1


2022-04-29 08:46:21

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH v2] docs/ja_JP/index: update section title in Japanese

Kosuke Fujimoto <[email protected]> writes:

> Update section title "Japanese Translation" in Japanese.
> This change is to keep consistency with other translations.
>
> Signed-off-by: Kosuke Fujimoto <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: Tsugikazu Shibata <[email protected]>
> Cc: Akira Yokosawa <[email protected]>
> Cc: [email protected]
> ---
> Documentation/translations/ja_JP/index.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/ja_JP/index.rst b/Documentation/translations/ja_JP/index.rst
> index 20738c931d02..43b9fb7246d3 100644
> --- a/Documentation/translations/ja_JP/index.rst
> +++ b/Documentation/translations/ja_JP/index.rst
> @@ -5,7 +5,7 @@
> \kerneldocCJKon
> \kerneldocBeginJP{
>
> -Japanese translations
> +日本語訳
> =====================

Applied, thanks.

jon