[0/4] Spanish translations and corrections

Message ID 20231211023730.2026204-1-avadhut.naik@amd.com
Headers
Series Spanish translations and corrections |

Message

Avadhut Naik Dec. 11, 2023, 2:37 a.m. UTC
  This patchset translates two documents into Spanish and also warns of or
fixes existing inconsistencies.

The first patch translates process/management-style into Spanish.

The second patch translates process/submit-checklist into Spanish

The third patch warns of some links in Spanish translation pointing to
English documentation.

The fourth patch moves howto.rst file into the process directory for
Spanish translation per the original English documentation.

NOTE:
The first patch in this set has previously been sent out as a standalone
patch. Review Link:

https://lore.kernel.org/all/20231122003343.931394-1-avadhut.naik@amd.com/

However, since no response was received on the patch and since patches 2
and 4 have a dependency on it, have incorporated it in this patchset.

Kindly ignore the previous review raised for the patch.

Avadhut Naik (4):
  docs/sp_SP: Add translation of process/management-style
  docs/sp_SP: Add translation of process/submit-checklist
  docs/sp_SP: Warn of links pointing to documentation in English
  docs/sp_SP: Move howto.rst into /sp_SP/process/

 .../translations/sp_SP/disclaimer-sp.rst      |   3 +
 Documentation/translations/sp_SP/index.rst    |   1 -
 .../sp_SP/{ => process}/howto.rst             |   2 +-
 .../translations/sp_SP/process/index.rst      |   3 +
 .../sp_SP/process/management-style.rst        | 299 ++++++++++++++++++
 .../sp_SP/process/submit-checklist.rst        | 133 ++++++++
 6 files changed, 439 insertions(+), 2 deletions(-)
 rename Documentation/translations/sp_SP/{ => process}/howto.rst (99%)
 create mode 100644 Documentation/translations/sp_SP/process/management-style.rst
 create mode 100644 Documentation/translations/sp_SP/process/submit-checklist.rst


base-commit: bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23
  

Comments

Jonathan Corbet Dec. 15, 2023, 4 p.m. UTC | #1
Avadhut Naik <avadhut.naik@amd.com> writes:

> This patchset translates two documents into Spanish and also warns of or
> fixes existing inconsistencies.
>
> The first patch translates process/management-style into Spanish.
>
> The second patch translates process/submit-checklist into Spanish
>
> The third patch warns of some links in Spanish translation pointing to
> English documentation.
>
> The fourth patch moves howto.rst file into the process directory for
> Spanish translation per the original English documentation.

I've applied the series, thanks.  One little nit:

> Reviewed-By: Carlos Bilbao <carlos.bilbao@amd.com>

While there are 400 instances of Reviewed-By (capital "B") in the commit
history, they are rather overshadowed by the over 250,000 instances of
"Reviewed-by" (lower-case "b").  I think it's best to stick with the
crowd here, so I changed those tags.

Thanks,

jon
  
Carlos Bilbao Dec. 18, 2023, 3:42 p.m. UTC | #2
On 12/15/23 10:00, Jonathan Corbet wrote:
> Avadhut Naik <avadhut.naik@amd.com> writes:
> 
>> This patchset translates two documents into Spanish and also warns of or
>> fixes existing inconsistencies.
>>
>> The first patch translates process/management-style into Spanish.
>>
>> The second patch translates process/submit-checklist into Spanish
>>
>> The third patch warns of some links in Spanish translation pointing to
>> English documentation.
>>
>> The fourth patch moves howto.rst file into the process directory for
>> Spanish translation per the original English documentation.
> 
> I've applied the series, thanks.  One little nit:
> 
>> Reviewed-By: Carlos Bilbao <carlos.bilbao@amd.com>
> 
> While there are 400 instances of Reviewed-By (capital "B") in the commit
> history, they are rather overshadowed by the over 250,000 instances of
> "Reviewed-by" (lower-case "b").  I think it's best to stick with the
> crowd here, so I changed those tags.

Jon, Avadhut has helped me so much this last year. I would like to ask you
to review the patch below so we can include him as reviewer of the
Spanish translations of documentation. Sending separately too.

> 
> Thanks,
> 
> jon

Thanks,
Carlos
---

Subject: [PATCH] MAINTAINERS: add reviewer for Spanish translations

Add Avadhut Naik as reviewer of the Spanish translations of the
documentation.

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
  MAINTAINERS | 1 +
  1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6024d1d5ebf8..0506d14340f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20360,6 +20360,7 @@ F:	drivers/media/dvb-frontends/sp2*

  SPANISH DOCUMENTATION
  M:	Carlos Bilbao <carlos.bilbao@amd.com>
+R:	Avadhut Naik <avadhut.naik@amd.com>
  S:	Maintained
  F:	Documentation/translations/sp_SP/
  
Jonathan Corbet Dec. 18, 2023, 5:01 p.m. UTC | #3
Carlos Bilbao <carlos.bilbao@amd.com> writes:

> Jon, Avadhut has helped me so much this last year. I would like to ask you
> to review the patch below so we can include him as reviewer of the
> Spanish translations of documentation. Sending separately too.

Happy to add a reviewer!  Avadhut, if you could send an ack to the
separate patch adding you, I'll apply it forthwith.

Thanks,

jon
  
Naik, Avadhut Dec. 18, 2023, 5:09 p.m. UTC | #4
Hi,

On 12/18/2023 11:01, Jonathan Corbet wrote:
> Carlos Bilbao <carlos.bilbao@amd.com> writes:
> 
>> Jon, Avadhut has helped me so much this last year. I would like to ask you
>> to review the patch below so we can include him as reviewer of the
>> Spanish translations of documentation. Sending separately too.
> 
> Happy to add a reviewer!  Avadhut, if you could send an ack to the
> separate patch adding you, I'll apply it forthwith.
> 

Have acked the patch.

> Thanks,
> 
> jon