linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] docs/sp_SP: Add memory-barriers.txt Spanish translation
       [not found] <20221111174739.2471900-1-carlos.bilbao@amd.com>
@ 2022-11-21 21:10 ` Jonathan Corbet
  2022-11-28 14:53   ` Carlos Bilbao
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2022-11-21 21:10 UTC (permalink / raw)
  To: Carlos Bilbao
  Cc: linux-kernel, linux-doc, bilbao, sos-linux-ext-patches,
	Carlos Bilbao

Carlos Bilbao <carlos.bilbao@amd.com> writes:

> Translate the following documents into Spanish:
>
> - memory-barriers.txt
>
> Also include it on index of Spanish translations, following the same
> approach used by the Korean translation, as a note at the end of the index.
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
> ---
>  Documentation/translations/sp_SP/index.rst    |    4 +
>  .../translations/sp_SP/memory-barriers.txt    | 3134 +++++++++++++++++
>  2 files changed, 3138 insertions(+)
>  create mode 100644 Documentation/translations/sp_SP/memory-barriers.txt
>
> diff --git a/Documentation/translations/sp_SP/index.rst b/Documentation/translations/sp_SP/index.rst
> index e20dd6e875e7..61dace3df9a6 100644
> --- a/Documentation/translations/sp_SP/index.rst
> +++ b/Documentation/translations/sp_SP/index.rst
> @@ -79,3 +79,7 @@ Traducciones al español
>  
>     howto
>     submitting-patches
> +
> +.. include:: ./memory-barriers.txt
> +    :literal:

That's an awfully big "note" to add at the end of the index file; I
don't really think that's the best experience for our readers.  Can this
be done using the wrapper documents like for English in current
docs-next?

Thanks,

jon

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

* Re: [PATCH] docs/sp_SP: Add memory-barriers.txt Spanish translation
  2022-11-21 21:10 ` [PATCH] docs/sp_SP: Add memory-barriers.txt Spanish translation Jonathan Corbet
@ 2022-11-28 14:53   ` Carlos Bilbao
       [not found]     ` <20221128152323.4080455-1-carlos.bilbao@amd.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Bilbao @ 2022-11-28 14:53 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, linux-doc, bilbao, sos-linux-ext-patches

On 11/21/22 15:10, Jonathan Corbet wrote:

> Carlos Bilbao <carlos.bilbao@amd.com> writes:
>
>> Translate the following documents into Spanish:
>>
>> - memory-barriers.txt
>>
>> Also include it on index of Spanish translations, following the same
>> approach used by the Korean translation, as a note at the end of the index.
>>
>> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
>> ---
>>   Documentation/translations/sp_SP/index.rst    |    4 +
>>   .../translations/sp_SP/memory-barriers.txt    | 3134 +++++++++++++++++
>>   2 files changed, 3138 insertions(+)
>>   create mode 100644 Documentation/translations/sp_SP/memory-barriers.txt
>>
>> diff --git a/Documentation/translations/sp_SP/index.rst b/Documentation/translations/sp_SP/index.rst
>> index e20dd6e875e7..61dace3df9a6 100644
>> --- a/Documentation/translations/sp_SP/index.rst
>> +++ b/Documentation/translations/sp_SP/index.rst
>> @@ -79,3 +79,7 @@ Traducciones al español
>>   
>>      howto
>>      submitting-patches
>> +
>> +.. include:: ./memory-barriers.txt
>> +    :literal:
> That's an awfully big "note" to add at the end of the index file; I
> don't really think that's the best experience for our readers.  Can this
> be done using the wrapper documents like for English in current
> docs-next?


Yes that makes more sense. Sending v2 :)


>
> Thanks,
>
> jon


Thanks,

Carlos


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

* Re: [PATCH v2] docs/sp_SP: Add memory-barriers.txt Spanish translation
       [not found]     ` <20221128152323.4080455-1-carlos.bilbao@amd.com>
@ 2022-12-03 11:16       ` Jonathan Corbet
  2022-12-03 23:11         ` Carlos Bilbao
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2022-12-03 11:16 UTC (permalink / raw)
  To: Carlos Bilbao; +Cc: linux-kernel, linux-doc, bilbao, Carlos Bilbao

Carlos Bilbao <carlos.bilbao@amd.com> writes:

> Translate the following documents into Spanish:
>
> - memory-barriers.txt
>
> using the wrapper documents system.
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
> ---
>  Documentation/translations/sp_SP/index.rst    |    1 +
>  .../translations/sp_SP/memory-barriers.txt    | 3134 +++++++++++++++++
>  .../sp_SP/wrappers/memory-barriers.rst        |   19 +
>  3 files changed, 3154 insertions(+)
>  create mode 100644 Documentation/translations/sp_SP/memory-barriers.txt
>  create mode 100644 Documentation/translations/sp_SP/wrappers/memory-barriers.rst

I've applied this, thanks.

For future reference, it would make life just a little easier if you'd
put patches inline rather than as attachments.

Thanks,

jon

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

* Re: [PATCH v2] docs/sp_SP: Add memory-barriers.txt Spanish translation
  2022-12-03 11:16       ` [PATCH v2] " Jonathan Corbet
@ 2022-12-03 23:11         ` Carlos Bilbao
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos Bilbao @ 2022-12-03 23:11 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, linux-doc, bilbao

On 12/3/22 5:16 AM, Jonathan Corbet wrote:
> Carlos Bilbao <carlos.bilbao@amd.com> writes:
> 
>> Translate the following documents into Spanish:
>>
>> - memory-barriers.txt
>>
>> using the wrapper documents system.
>>
>> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
>> ---
>>  Documentation/translations/sp_SP/index.rst    |    1 +
>>  .../translations/sp_SP/memory-barriers.txt    | 3134 +++++++++++++++++
>>  .../sp_SP/wrappers/memory-barriers.rst        |   19 +
>>  3 files changed, 3154 insertions(+)
>>  create mode 100644 Documentation/translations/sp_SP/memory-barriers.txt
>>  create mode 100644 Documentation/translations/sp_SP/wrappers/memory-barriers.rst
> 
> I've applied this, thanks.
> 
> For future reference, it would make life just a little easier if you'd
> put patches inline rather than as attachments.

That's weird, I just used git send-email. Maybe it showed up as an
attachment due to its large size.

> 
> Thanks,
> 
> jon

Thanks,
Carlos

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

end of thread, other threads:[~2022-12-03 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20221111174739.2471900-1-carlos.bilbao@amd.com>
2022-11-21 21:10 ` [PATCH] docs/sp_SP: Add memory-barriers.txt Spanish translation Jonathan Corbet
2022-11-28 14:53   ` Carlos Bilbao
     [not found]     ` <20221128152323.4080455-1-carlos.bilbao@amd.com>
2022-12-03 11:16       ` [PATCH v2] " Jonathan Corbet
2022-12-03 23:11         ` Carlos Bilbao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).