From: Akira Yokosawa <akiyks@gmail.com>
To: Akiyoshi Kurita <weibu@redadmin.org>
Cc: shibata@linuxfoundation.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, corbet@lwn.net
Subject: Re: [PATCH v3] docs: ja_JP: Start translation of submitting-patches
Date: Tue, 20 Jan 2026 17:08:59 +0900 [thread overview]
Message-ID: <6645246a-571a-4768-98e7-775e84520b2c@gmail.com> (raw)
In-Reply-To: <20260118032400.863320-1-weibu@redadmin.org>
Hi,
On Sun, 18 Jan 2026 12:24:00 +0900, Akiyoshi Kurita wrote:
> Start a new Japanese translation of
> Documentation/process/submitting-patches.rst.
>
> As suggested by Akira Yokosawa, instead of moving the outdated 2011
> translation (SubmittingPatches),
I'd just say:
Instead of moving the outdated 2011 ...
, as my involvement is covered by the Suggested-by: tag below.
> we are starting a fresh translation of
> the current English document.
>
> This patch adds the initial file structure, the warning about the
> document being under construction, and the translation of the
> introduction section.
>
> The translation work will be done incrementally.
>
> Suggested-by: Akira Yokosawa <akiyks@gmail.com>
> Link: https://lore.kernel.org/298d3a9c-41c1-4cbd-b4ab-d3009df9388c@gmail.com/
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
> Documentation/translations/ja_JP/index.rst | 1 +
> .../ja_JP/process/submitting-patches.rst | 39 +++++++++++++++++++
> 2 files changed, 40 insertions(+)
> create mode 100644 Documentation/translations/ja_JP/process/submitting-patches.rst
>
> diff --git a/Documentation/translations/ja_JP/index.rst b/Documentation/translations/ja_JP/index.rst
> index 4159b417bfdd..5d47d588e368 100644
> --- a/Documentation/translations/ja_JP/index.rst
> +++ b/Documentation/translations/ja_JP/index.rst
> @@ -13,6 +13,7 @@
>
> disclaimer-ja_JP
> process/howto
> + process/submitting-patches
> process/submit-checklist
>
> .. raw:: latex
> diff --git a/Documentation/translations/ja_JP/process/submitting-patches.rst b/Documentation/translations/ja_JP/process/submitting-patches.rst
> new file mode 100644
> index 000000000000..5ab19f2ef280
> --- /dev/null
> +++ b/Documentation/translations/ja_JP/process/submitting-patches.rst
> @@ -0,0 +1,39 @@
> +.. _jp_process_submitting_patches:
> +
> +パッチの投稿: カーネルにコードを入れるための必須ガイド
> +======================================================
> +
> +.. note::
> +
> + このドキュメントは :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` の日本語訳です。
> +
> + 免責事項: :ref:`translations_ja_JP_disclaimer`
> +
> +.. warning::
> +
> + **UNDER CONSTRUCTION!!**
> +
> + この文書は翻訳更新の作業中です。最新の内容は原文を参照してください。
> +
> +Linux カーネルへ変更を投稿したい個人や企業にとって、もし「仕組み」に
> +慣れていなければ、そのプロセスは時に気後れするものでしょう。
> +このテキストは、あなたの変更が受け入れられる可能性を大きく高めるための
> +提案を集めたものです。
> +
> +この文書には、比較的簡潔な形式で多数の提案が含まれています。
> +カーネル開発プロセスの仕組みに関する詳細は
> +Documentation/process/development-process.rst を参照してください。
> +また、コードを投稿する前に確認すべき項目の一覧として
> +Documentation/process/submit-checklist.rst を読んでください。
> +デバイスツリーバインディングのパッチについては、
> +Documentation/devicetree/bindings/submitting-patches.rst を読んでください。
> +
> +この文書は、パッチ作成に ``git`` を使う前提で書かれています。
> +もし ``git`` に不慣れであれば、使い方を学ぶことを強く勧めます。
> +それにより、カーネル開発者として、また一般的にも、あなたの作業は
> +ずっと楽になるでしょう。
> +
> +いくつかのサブシステムやメンテナツリーには、各々のワークフローや
> +期待事項に関する追加情報があります。次を参照してください:
> +:ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`.
So far, looks good.
> +
That said, depending on the setting of git's hooks, this final empty line
would cause a warning from "git am":
.git/rebase-apply/patch:63: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
, which should better be avoided.
If you'd like to have the check enabled, please have a look at:
.git/hooks/pre-commit.sample
(Note: This needs be done under each Git repo.)
Finally, I'm not sure if Jon would like to merge this WIP translation
work in this early stage.
Do you have some rough timelines for this effort?
Thanks, Akira
next prev parent reply other threads:[~2026-01-20 8:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-18 3:24 Akiyoshi Kurita
2026-01-20 8:08 ` Akira Yokosawa [this message]
2026-01-20 15:34 ` Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6645246a-571a-4768-98e7-775e84520b2c@gmail.com \
--to=akiyks@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shibata@linuxfoundation.org \
--cc=weibu@redadmin.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®