All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Lucas Adryell Ramalho <lucasadramalho@gmail.com>,
	Daniel Pereira <danielmaraboo@gmail.com>,
	Shuah Khan <skhan@linuxfoundation.org>,
	Randy Dunlap <rdunlap@infradead.org>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lucas Adryell Ramalho <lucasadramalho@gmail.com>
Subject: Re: [PATCH] docs: translations: pt_BR: translate stable-api-nonsense.rst
Date: Thu, 20 Aug 2026 17:22:53 -0600	[thread overview]
Message-ID: <87bjaw4bsi.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20260820-ptbr-stable-api-nonsense-v1-1-0341f55fec2d@gmail.com>

Lucas Adryell Ramalho <lucasadramalho@gmail.com> writes:

> Translate Documentation/process/stable-api-nonsense.rst into Brazilian
> Portuguese.
>
> Signed-off-by: Lucas Adryell Ramalho <lucasadramalho@gmail.com>
> ---
>  Documentation/translations/pt_BR/process/index.rst |   1 +
>  .../pt_BR/process/stable-api-nonsense.rst          | 218 +++++++++++++++++++++
>  2 files changed, 219 insertions(+)

Thanks for working to improve our documentation, but:

> diff --git a/Documentation/translations/pt_BR/process/index.rst b/Documentation/translations/pt_BR/process/index.rst
> index eda2a3fc5..1fb2f325f 100644
> --- a/Documentation/translations/pt_BR/process/index.rst
> +++ b/Documentation/translations/pt_BR/process/index.rst
> @@ -58,6 +58,7 @@ Estas são as regras pelas quais tentamos viver na comunidade do kernel
>     Interpretação do Código de Conduta do Kernel Linux <code-of-conduct-interpretation>
>     Modelos de Maturidade para Contribuição no Kernel Linux <contribution-maturity-model.rst>
>     Declaração sobre Drivers do Kernel <kernel-driver-statement>
> +   A interface de drivers do kernel Linux <stable-api-nonsense>
>     Estilo de gerenciamento do kernel Linux <management-style>
>     Conclave (Continuidade do projeto) <conclave>
>  
> diff --git a/Documentation/translations/pt_BR/process/stable-api-nonsense.rst b/Documentation/translations/pt_BR/process/stable-api-nonsense.rst
> new file mode 100644
> index 000000000..dd3dc3e8a
> --- /dev/null
> +++ b/Documentation/translations/pt_BR/process/stable-api-nonsense.rst
> @@ -0,0 +1,218 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. _stable_api_nonsense:

This will generate a build error, so you have not actually built the
docs before preparing your patch.  Please do that before resubmitting.

If you need to preserve this label, you need to make it unique; that is
generally done by prepending the translation language, so:

  .. _pt_stable_api_nonsense:

That said, this label is unneeded, it is an example of the top-of-file
label pattern that I have been trying to stomp out for years.  So just
remove it.

Finally, did you do the translation yourself, or with the help of a
generative system?  In the latter case, please see
Documentation/process/coding-assistants.rst for the disclosure
requirements.

Thanks,

jon

      reply	other threads:[~2026-08-20 23:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-20 23:12 [PATCH] docs: translations: pt_BR: translate stable-api-nonsense.rst Lucas Adryell Ramalho
2026-08-20 23:22 ` Jonathan Corbet [this message]

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=87bjaw4bsi.fsf@trenco.lwn.net \
    --to=corbet@lwn.net \
    --cc=danielmaraboo@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucasadramalho@gmail.com \
    --cc=rdunlap@infradead.org \
    --cc=skhan@linuxfoundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.