diff mbox series

SubmittingPatches: advertise git-manpages-l10n project a bit

Message ID xmqqv83muc12.fsf@gitster.g (mailing list archive)
State Accepted
Commit 558a5b8cd0f855a0f1bcf112a3c9339775ce7ac1
Headers show
Series SubmittingPatches: advertise git-manpages-l10n project a bit | expand

Commit Message

Junio C Hamano May 9, 2024, 5:32 p.m. UTC
The project takes our AsciiDoc sources of documentation and actively
maintains the translations to various languages.

Let's give them enhanced visibility to help those who want to
volunteer find them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 Documentation/SubmittingPatches | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Jean-Noël Avila May 17, 2024, 2:34 p.m. UTC | #1
Le 09/05/2024 à 19:32, Junio C Hamano a écrit :
> The project takes our AsciiDoc sources of documentation and actively
> maintains the translations to various languages.
> 
> Let's give them enhanced visibility to help those who want to
> volunteer find them.
> 
> Signed-off-by: Junio C Hamano <gitster@pobox.com>
> ---
>  Documentation/SubmittingPatches | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
> index c647c7e1b4..ff31049dce 100644
> --- a/Documentation/SubmittingPatches
> +++ b/Documentation/SubmittingPatches
> @@ -548,6 +548,13 @@ repositories.
>  
>  Patches to these parts should be based on their trees.
>  
> +- The "Git documentation translations" project, led by Jean-Noël
> +  Avila, translates our documentation pages.  Their work products are
> +  maintained separately from this project, not as part of our tree:
> +
> +	https://github.com/jnavila/git-manpages-l10n/
> +
> +
>  [[patch-flow]]
>  == An ideal patch flow
>  

Acked-by: Jean-Noël Avila <jn.avila@free.fr>
Junio C Hamano May 17, 2024, 5:36 p.m. UTC | #2
Jean-Noël Avila <avila.jn@gmail.com> writes:

> Acked-by: Jean-Noël Avila <jn.avila@free.fr>

Thanks.
diff mbox series

Patch

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index c647c7e1b4..ff31049dce 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -548,6 +548,13 @@  repositories.
 
 Patches to these parts should be based on their trees.
 
+- The "Git documentation translations" project, led by Jean-Noël
+  Avila, translates our documentation pages.  Their work products are
+  maintained separately from this project, not as part of our tree:
+
+	https://github.com/jnavila/git-manpages-l10n/
+
+
 [[patch-flow]]
 == An ideal patch flow