Re: [PATCH v4] docs: pt_BR: process: Translate programming-language
Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 13:24:22 -0600
| Newsgroups | gmane.linux.documentation |
|---|---|
| Message-ID | <[email protected]> |
This is not working. Abel Philippe <[email protected]> writes: > Translate the programming language documentation into Brazilian Portuguese. > > Changes in v2: > - addition of SPDX-License-Identifier: GPL-2.0 > - addition of the missing half of the file > > Changes in v3: > - change "linguagem de progamação" to "linguagem de programação" > - removing duplicate "``rustc`` [rustc]_" from programming_language.rst > > Changes in v4: > - remove zero-width characters This kind of stuff does not belong in the changelog! Please put it after the "---" line so that the maintainer does not have to edit it out. > Signed-off-by: Abel Philippe <[email protected]> > --- > pt_BR/index.rst | 2 +- > pt_BR/process/programming-language.rst | 58 ++++++++++++++++++++++++++ > 2 files changed, 59 insertions(+), 1 deletion(-) > create mode 100644 pt_BR/process/programming-language.rst > > diff --git a/pt_BR/index.rst b/pt_BR/index.rst > index 5b8b60cf930f..de99839db0b4 100644 > --- a/pt_BR/index.rst > +++ b/pt_BR/index.rst How, exactly, is this supposed to apply to a normal kernel tree? Please, review documentation/process/submitting-patches.rst before resubmitting this work for 7.4. jon