Re: [PATCH v3] docs: translations: pt_BR: translate stable-api-nonsense.rst

From: Jonathan Corbet

Date: Mon Aug 31 2026 - 17:44:55 EST


Lucas Adryell Ramalho <lucasadramalho@xxxxxxxxx> writes:

> Translate Documentation/process/stable-api-nonsense.rst into Brazilian
> Portuguese.
>
> Assisted-by: ChatGPT:GPT-5.5
> Signed-off-by: Lucas Adryell Ramalho <lucasadramalho@xxxxxxxxx>
> ---
> Changes in v3:
> - Remove blank lines between bullet points, as Daniel suggested, to match
> the style used in the other kernel documentation files.
> - Link to v2: https://lore.kernel.org/r/20260821-ptbr-stable-api-nonsense-v2-1-f07df4a0fc3b@xxxxxxxxx
>
> Changes in v2:
> - Remove the unnecessary top-of-file label that caused a duplicate-label warning during the documentation build.
> - Add disclosure for generative tools used while preparing and reviewing the translation.
> - Build the documentation with make htmldocs and verify that the translated document introduces no new warnings or errors.
> - Link to v1: https://lore.kernel.org/r/20260820-ptbr-stable-api-nonsense-v1-1-0341f55fec2d@xxxxxxxxx
>
> I used ChatGPT and DeepL to help me clarify some Portuguese sentences that did not sound entirely natural or clear to me.
> ---
> Documentation/translations/pt_BR/process/index.rst | 1 +
> .../pt_BR/process/stable-api-nonsense.rst | 207 +++++++++++++++++++++
> 2 files changed, 208 insertions(+)

This one adds a build error:

Documentation/translations/pt_BR/process/stable-api-nonsense.rst:76: ERROR: Unexpected indentation. [docutils]

Please always build the docs after making changes.

Thanks,

jon