[PATCH 0/4] Translate development-process into Spanish

Avadhut Naik posted 4 patches 1 year, 9 months ago
.../translations/sp_SP/process/1.Intro.rst    | 302 ++++++++++
.../translations/sp_SP/process/2.Process.rst  | 542 ++++++++++++++++++
.../sp_SP/process/3.Early-stage.rst           |  11 +
.../translations/sp_SP/process/4.Coding.rst   |  11 +
.../translations/sp_SP/process/5.Posting.rst  |  11 +
.../sp_SP/process/6.Followthrough.rst         |  11 +
.../sp_SP/process/7.AdvancedTopics.rst        |  11 +
.../sp_SP/process/8.Conclusion.rst            |  11 +
.../sp_SP/process/development-process.rst     |  27 +
.../translations/sp_SP/process/index.rst      |   1 +
.../sp_SP/process/submitting-patches.rst      |  28 +
11 files changed, 966 insertions(+)
create mode 100644 Documentation/translations/sp_SP/process/1.Intro.rst
create mode 100644 Documentation/translations/sp_SP/process/2.Process.rst
create mode 100644 Documentation/translations/sp_SP/process/3.Early-stage.rst
create mode 100644 Documentation/translations/sp_SP/process/4.Coding.rst
create mode 100644 Documentation/translations/sp_SP/process/5.Posting.rst
create mode 100644 Documentation/translations/sp_SP/process/6.Followthrough.rst
create mode 100644 Documentation/translations/sp_SP/process/7.AdvancedTopics.rst
create mode 100644 Documentation/translations/sp_SP/process/8.Conclusion.rst
create mode 100644 Documentation/translations/sp_SP/process/development-process.rst
[PATCH 0/4] Translate development-process into Spanish
Posted by Avadhut Naik 1 year, 9 months ago
This patch set translates development-process and two of its associated
files into Spanish.

The first patch updates the Spanish version of process/submitting-patches
with the changes recently introduced into its original English version.

The second patch translates the process/development-process into
Spanish.

The third patch translates the process/1.Intro file into Spanish

The fourth patch translates process/2.Process file into Spanish.

NOTE:
In order to avoid broken links in process/1.Intro, empty files have been
created for the documents, associated with development-process, that have
not been translated yet. Similar approach was taken for Italian
translations some time back.

Link: https://lore.kernel.org/lkml/20181108232417.14982-1-federico.vaga@vaga.pv.it/

Translations for these documents will be submitted within the coming
months.

Avadhut Naik (4):
  docs/sp_SP: Update process/submitting-patches
  docs/sp_SP: Add translation of process/development-process.rst
  docs/sp_SP: Add translation of process/1.Intro.rst
  docs/sp_SP: Add translation of process/2.Process.rst

 .../translations/sp_SP/process/1.Intro.rst    | 302 ++++++++++
 .../translations/sp_SP/process/2.Process.rst  | 542 ++++++++++++++++++
 .../sp_SP/process/3.Early-stage.rst           |  11 +
 .../translations/sp_SP/process/4.Coding.rst   |  11 +
 .../translations/sp_SP/process/5.Posting.rst  |  11 +
 .../sp_SP/process/6.Followthrough.rst         |  11 +
 .../sp_SP/process/7.AdvancedTopics.rst        |  11 +
 .../sp_SP/process/8.Conclusion.rst            |  11 +
 .../sp_SP/process/development-process.rst     |  27 +
 .../translations/sp_SP/process/index.rst      |   1 +
 .../sp_SP/process/submitting-patches.rst      |  28 +
 11 files changed, 966 insertions(+)
 create mode 100644 Documentation/translations/sp_SP/process/1.Intro.rst
 create mode 100644 Documentation/translations/sp_SP/process/2.Process.rst
 create mode 100644 Documentation/translations/sp_SP/process/3.Early-stage.rst
 create mode 100644 Documentation/translations/sp_SP/process/4.Coding.rst
 create mode 100644 Documentation/translations/sp_SP/process/5.Posting.rst
 create mode 100644 Documentation/translations/sp_SP/process/6.Followthrough.rst
 create mode 100644 Documentation/translations/sp_SP/process/7.AdvancedTopics.rst
 create mode 100644 Documentation/translations/sp_SP/process/8.Conclusion.rst
 create mode 100644 Documentation/translations/sp_SP/process/development-process.rst


base-commit: 11afac187274a6177a7ac82997f8691c0f469e41
-- 
2.34.1
Re: [PATCH 0/4] Translate development-process into Spanish
Posted by Jonathan Corbet 1 year, 8 months ago
Avadhut Naik <avadhut.naik@amd.com> writes:

> This patch set translates development-process and two of its associated
> files into Spanish.
>
> The first patch updates the Spanish version of process/submitting-patches
> with the changes recently introduced into its original English version.
>
> The second patch translates the process/development-process into
> Spanish.
>
> The third patch translates the process/1.Intro file into Spanish
>
> The fourth patch translates process/2.Process file into Spanish.
>
> NOTE:
> In order to avoid broken links in process/1.Intro, empty files have been
> created for the documents, associated with development-process, that have
> not been translated yet. Similar approach was taken for Italian
> translations some time back.
>
> Link: https://lore.kernel.org/lkml/20181108232417.14982-1-federico.vaga@vaga.pv.it/
>
> Translations for these documents will be submitted within the coming
> months.
>
> Avadhut Naik (4):
>   docs/sp_SP: Update process/submitting-patches
>   docs/sp_SP: Add translation of process/development-process.rst
>   docs/sp_SP: Add translation of process/1.Intro.rst
>   docs/sp_SP: Add translation of process/2.Process.rst
>
>  .../translations/sp_SP/process/1.Intro.rst    | 302 ++++++++++
>  .../translations/sp_SP/process/2.Process.rst  | 542 ++++++++++++++++++
>  .../sp_SP/process/3.Early-stage.rst           |  11 +
>  .../translations/sp_SP/process/4.Coding.rst   |  11 +
>  .../translations/sp_SP/process/5.Posting.rst  |  11 +
>  .../sp_SP/process/6.Followthrough.rst         |  11 +
>  .../sp_SP/process/7.AdvancedTopics.rst        |  11 +
>  .../sp_SP/process/8.Conclusion.rst            |  11 +
>  .../sp_SP/process/development-process.rst     |  27 +
>  .../translations/sp_SP/process/index.rst      |   1 +
>  .../sp_SP/process/submitting-patches.rst      |  28 +
>  11 files changed, 966 insertions(+)

Applied, thanks.

jon
Re: [PATCH 0/4] Translate development-process into Spanish
Posted by Bilbao, Carlos 1 year, 8 months ago
On 4/2/2024 10:59 AM, Jonathan Corbet wrote:
> Avadhut Naik <avadhut.naik@amd.com> writes:
> 
>> This patch set translates development-process and two of its associated
>> files into Spanish.
>>
>> The first patch updates the Spanish version of process/submitting-patches
>> with the changes recently introduced into its original English version.
>>
>> The second patch translates the process/development-process into
>> Spanish.
>>
>> The third patch translates the process/1.Intro file into Spanish
>>
>> The fourth patch translates process/2.Process file into Spanish.
>>
>> NOTE:
>> In order to avoid broken links in process/1.Intro, empty files have been
>> created for the documents, associated with development-process, that have
>> not been translated yet. Similar approach was taken for Italian
>> translations some time back.
>>
>> Link: https://lore.kernel.org/lkml/20181108232417.14982-1-federico.vaga@vaga.pv.it/
>>
>> Translations for these documents will be submitted within the coming
>> months.
>>
>> Avadhut Naik (4):
>>   docs/sp_SP: Update process/submitting-patches
>>   docs/sp_SP: Add translation of process/development-process.rst
>>   docs/sp_SP: Add translation of process/1.Intro.rst
>>   docs/sp_SP: Add translation of process/2.Process.rst
>>
>>  .../translations/sp_SP/process/1.Intro.rst    | 302 ++++++++++
>>  .../translations/sp_SP/process/2.Process.rst  | 542 ++++++++++++++++++
>>  .../sp_SP/process/3.Early-stage.rst           |  11 +
>>  .../translations/sp_SP/process/4.Coding.rst   |  11 +
>>  .../translations/sp_SP/process/5.Posting.rst  |  11 +
>>  .../sp_SP/process/6.Followthrough.rst         |  11 +
>>  .../sp_SP/process/7.AdvancedTopics.rst        |  11 +
>>  .../sp_SP/process/8.Conclusion.rst            |  11 +
>>  .../sp_SP/process/development-process.rst     |  27 +
>>  .../translations/sp_SP/process/index.rst      |   1 +
>>  .../sp_SP/process/submitting-patches.rst      |  28 +
>>  11 files changed, 966 insertions(+)
> 
> Applied, thanks.

Thank you, Jon!

> 
> jon

Best regards,
Carlos