Linux Documentation
 help / color / mirror / Atom feed
* [PATCH 0/4] docs: pt_BR: process: Add remaining core process translations
@ 2026-09-09 12:48 Daniel Pereira
  2026-09-09 12:48 ` [PATCH 1/4] docs: pt_BR: translate coding-style.rst Daniel Pereira
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Pereira @ 2026-09-09 12:48 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, Daniel Pereira

This patch series introduces new Portuguese (pt_BR) translations for core kernel process documentation files.

Changes included in this series:
- New translations for coding-style.rst, kernel-enforcement-statement.rst, maintainer-tip.rst, and submitting-patches.rst.
- Meticulous alignment of all section underlines in coding-style.rst to match the title lengths precisely, preventing Sphinx compilation warnings.
- Thorough localization of internal cross-references across these documents. We applied the `pt_BR_` prefix to anchors such as `pt_BR_describe_changes`, `pt_BR_backtraces`, `pt_BR_resend_reminders`, `pt_BR_split_changes`, `pt_BR_the_canonical_patch_format`, `pt_BR_interleaved_replies`, and `pt_BR_maintainer-tip-coding-style`. This prevents "duplicate label" warnings during global Sphinx builds.
- Cleaned up orphan labels (`tagging_people` and `explicit_in_reply_to`) that were completely unused internally to streamline the documentation.
- Improved readability of translated technical terms (e.g., using "comentários no fim da linha" instead of literal "comentários de cauda").

The entire series has been validated with checkpatch.pl and successfully passes `make htmldocs` without syntax errors or broken internal cross-references.


Daniel Pereira (4):
  docs: pt_BR: translate coding-style.rst
  docs: pt_BR: translate kernel-enforcement-statement.rst
  docs: pt_BR: translate maintainer-tip.rst
  docs: pt_BR: translate submitting-patches.rst

 .../translations/pt_BR/process/2.Process.rst  |    2 +-
 .../pt_BR/process/coding-style.rst            | 1318 +++++++++++++++++
 .../translations/pt_BR/process/index.rst      |    4 +
 .../process/kernel-enforcement-statement.rst  |  163 ++
 .../pt_BR/process/maintainer-kvm-x86.rst      |    6 +-
 .../pt_BR/process/maintainer-tip.rst          |  847 +++++++++++
 .../pt_BR/process/submitting-patches.rst      |  961 ++++++++++++
 7 files changed, 3297 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/translations/pt_BR/process/coding-style.rst
 create mode 100644 Documentation/translations/pt_BR/process/kernel-enforcement-statement.rst
 create mode 100644 Documentation/translations/pt_BR/process/maintainer-tip.rst
 create mode 100644 Documentation/translations/pt_BR/process/submitting-patches.rst

-- 
2.47.3


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

end of thread, other threads:[~2026-09-09 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 12:48 [PATCH 0/4] docs: pt_BR: process: Add remaining core process translations Daniel Pereira
2026-09-09 12:48 ` [PATCH 1/4] docs: pt_BR: translate coding-style.rst Daniel Pereira
2026-09-09 12:48 ` [PATCH 2/4] docs: pt_BR: translate kernel-enforcement-statement.rst Daniel Pereira
2026-09-09 12:48 ` [PATCH 3/4] docs: pt_BR: translate maintainer-tip.rst Daniel Pereira
2026-09-09 12:48 ` [PATCH 4/4] docs: pt_BR: translate submitting-patches.rst Daniel Pereira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox