All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2026-07-16  2:10 Daniel Pereira
  2026-07-16  2:10 ` [PATCH 1/4] docs: pt_BR: Translate submit-checklist to Portuguese Daniel Pereira
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Daniel Pereira @ 2026-07-16  2:10 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, Daniel Pereira

Subject: [PATCH 0/4] doc: pt_BR: Add translations for process and guidelines

Hello,

This patch series adds the Brazilian Portuguese (pt_BR) translations for
several essential files regarding community standards, submit checklists, and
best development practices. 

Specifically, this series translates:
1. The submit-checklist guide.
2. The Code of Conduct interpretation document.
3. The core Contributor Covenant Code of Conduct.
4. The deprecated interfaces, attributes, and language features guide.

All files have been formatted to respect the 80-character line limit and
the main index.rst has been updated accordingly. The Sphinx documentation build 
(make htmldocs) compiles successfully with no warnings or errors related to 
these new files.

Thanks!

Daniel Pereira (4):
  docs: pt_BR: Translate submit-checklist to Portuguese
  docs: pt_BR: Translate code-of-conduct-interpretation to Portuguese
  docs: pt_BR: Translate Code of Conduct to Portuguese
  docs: pt_BR: Translate deprecated interfaces guide to Portuguese

 Documentation/translations/pt_BR/index.rst    |   5 +
 .../code-of-conduct-interpretation.rst        | 257 +++++++++++
 .../pt_BR/process/code-of-conduct.rst         |  88 ++++
 .../translations/pt_BR/process/deprecated.rst | 422 ++++++++++++++++++
 .../pt_BR/process/submit-checklist.rst        | 145 ++++++
 5 files changed, 917 insertions(+)
 create mode 100644 Documentation/translations/pt_BR/process/code-of-conduct-interpretation.rst
 create mode 100644 Documentation/translations/pt_BR/process/code-of-conduct.rst
 create mode 100644 Documentation/translations/pt_BR/process/deprecated.rst
 create mode 100644 Documentation/translations/pt_BR/process/submit-checklist.rst

-- 
2.47.3


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

end of thread, other threads:[~2026-07-16 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16  2:10 Daniel Pereira
2026-07-16  2:10 ` [PATCH 1/4] docs: pt_BR: Translate submit-checklist to Portuguese Daniel Pereira
2026-07-16  2:10 ` [PATCH 2/4] docs: pt_BR: Translate code-of-conduct-interpretation " Daniel Pereira
2026-07-16  2:10 ` [PATCH 3/4] docs: pt_BR: Translate Code of Conduct " Daniel Pereira
2026-07-16  2:10 ` [PATCH 4/4] docs: pt_BR: Translate deprecated interfaces guide " Daniel Pereira
2026-07-16  3:54 ` Daniel Pereira
2026-07-16 14:37   ` Re: Jonathan Corbet

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.