[PATCH 0/7] docs/sp_SP: Translate development process into Spanish

Carlos Bilbao posted 7 patches 6 months, 2 weeks ago
.../sp_SP/process/3.Early-stage.rst           | 234 ++++++++-
.../translations/sp_SP/process/4.Coding.rst   | 463 +++++++++++++++++-
.../translations/sp_SP/process/5.Posting.rst  | 388 ++++++++++++++-
.../sp_SP/process/6.Followthrough.rst         | 223 ++++++++-
.../sp_SP/process/7.AdvancedTopics.rst        | 207 +++++++-
.../sp_SP/process/8.Conclusion.rst            |  75 ++-
.../sp_SP/process/development-process.rst     |  21 +-
.../translations/sp_SP/process/index.rst      |   2 +-
8 files changed, 1590 insertions(+), 23 deletions(-)
[PATCH 0/7] docs/sp_SP: Translate development process into Spanish
Posted by Carlos Bilbao 6 months, 2 weeks ago
From: Avadhut Naik <avadhut.naik@amd.com>

This patchset translates the remaining documents of development-process
into Spanish.

The first patch translates process/3.Early-stage into Spanish.

The second patch translates process/4.Coding into Spanish.

The third patch translates process/5.Posting into Spanish.

The fourth patch translates process/6.Followthrough into Spanish.

The fifth patch translates process/7.AdvancedTopics into Spanish.

The sixth patch translates process/8.Conclusion into Spanish.

The seventh patch moves development-process to the top of the index for
translated docs to match the layout in the main Documentation index.

Avadhut Naik (3):
  docs/sp_SP: Add translation of process/5.Posting.rst
  docs/sp_SP: Add translation of process/7.AdvancedTopics.rst
  docs/sp_SP: Add translation of process/8.Conclusion.rst

Carlos Bilbao (4):
  docs/sp_SP: Add translation of process/3.Early-stage.rst
  docs/sp_SP: Add translation of process/4.Coding.rst
  docs/sp_SP: Add translation of process/6.Followthrough.rst
  docs/sp_SP: Move development-process to top of index

 .../sp_SP/process/3.Early-stage.rst           | 234 ++++++++-
 .../translations/sp_SP/process/4.Coding.rst   | 463 +++++++++++++++++-
 .../translations/sp_SP/process/5.Posting.rst  | 388 ++++++++++++++-
 .../sp_SP/process/6.Followthrough.rst         | 223 ++++++++-
 .../sp_SP/process/7.AdvancedTopics.rst        | 207 +++++++-
 .../sp_SP/process/8.Conclusion.rst            |  75 ++-
 .../sp_SP/process/development-process.rst     |  21 +-
 .../translations/sp_SP/process/index.rst      |   2 +-
 8 files changed, 1590 insertions(+), 23 deletions(-)


base-commit: ed9a4ad6e5bd3a443e81446476718abebee47e82
-- 
2.43.0
Re: [PATCH 0/7] docs/sp_SP: Translate development process into Spanish
Posted by Jonathan Corbet 6 months, 1 week ago
Carlos Bilbao <carlos.bilbao.osdev@gmail.com> writes:

> From: Avadhut Naik <avadhut.naik@amd.com>
>
> This patchset translates the remaining documents of development-process
> into Spanish.
>
> The first patch translates process/3.Early-stage into Spanish.
>
> The second patch translates process/4.Coding into Spanish.
>
> The third patch translates process/5.Posting into Spanish.
>
> The fourth patch translates process/6.Followthrough into Spanish.
>
> The fifth patch translates process/7.AdvancedTopics into Spanish.
>
> The sixth patch translates process/8.Conclusion into Spanish.
>
> The seventh patch moves development-process to the top of the index for
> translated docs to match the layout in the main Documentation index.
>
> Avadhut Naik (3):
>   docs/sp_SP: Add translation of process/5.Posting.rst
>   docs/sp_SP: Add translation of process/7.AdvancedTopics.rst
>   docs/sp_SP: Add translation of process/8.Conclusion.rst
>
> Carlos Bilbao (4):
>   docs/sp_SP: Add translation of process/3.Early-stage.rst
>   docs/sp_SP: Add translation of process/4.Coding.rst
>   docs/sp_SP: Add translation of process/6.Followthrough.rst
>   docs/sp_SP: Move development-process to top of index
>
>  .../sp_SP/process/3.Early-stage.rst           | 234 ++++++++-
>  .../translations/sp_SP/process/4.Coding.rst   | 463 +++++++++++++++++-
>  .../translations/sp_SP/process/5.Posting.rst  | 388 ++++++++++++++-
>  .../sp_SP/process/6.Followthrough.rst         | 223 ++++++++-
>  .../sp_SP/process/7.AdvancedTopics.rst        | 207 +++++++-
>  .../sp_SP/process/8.Conclusion.rst            |  75 ++-
>  .../sp_SP/process/development-process.rst     |  21 +-
>  .../translations/sp_SP/process/index.rst      |   2 +-
>  8 files changed, 1590 insertions(+), 23 deletions(-)

I've applied the set, thanks.

jon