git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] po typo: l10
@ 2022-06-22 19:50 Arthur Milchior via GitGitGadget
  2022-06-22 20:14 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Arthur Milchior via GitGitGadget @ 2022-06-22 19:50 UTC (permalink / raw)
  To: git; +Cc: Arthur Milchior, Arthur Milchior

From: Arthur Milchior <arthur@milchior.fr>

It should be l10n

Signed-off-by: Arthur Milchior <arthur@milchior.fr>
---
    po typo: l10

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1280%2FArthur-Milchior%2Fpatch-1-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1280/Arthur-Milchior/patch-1-v1
Pull-Request: https://github.com/git/git/pull/1280

 po/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/README.md b/po/README.md
index 74856ca5bf2..3e4f897d935 100644
--- a/po/README.md
+++ b/po/README.md
@@ -5,7 +5,7 @@ describes how you can contribute to the effort of enhancing the language
 coverage and maintaining the translation.
 
 The localization (l10n) coordinator, Jiang Xin <worldhello.net@gmail.com>,
-coordinates our localization effort in the l10 coordinator repository:
+coordinates our localization effort in the l10n coordinator repository:
 
     https://github.com/git-l10n/git-po/
 

base-commit: ddbc07872e86265dc30aefa5f4d881f762120044
-- 
gitgitgadget

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

* Re: [PATCH] po typo: l10
  2022-06-22 19:50 [PATCH] po typo: l10 Arthur Milchior via GitGitGadget
@ 2022-06-22 20:14 ` Junio C Hamano
  2022-06-23  2:01   ` Jiang Xin
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2022-06-22 20:14 UTC (permalink / raw)
  To: Arthur Milchior via GitGitGadget, Jiang Xin; +Cc: git, Arthur Milchior

"Arthur Milchior via GitGitGadget" <gitgitgadget@gmail.com> writes:

> From: Arthur Milchior <arthur@milchior.fr>
>
> It should be l10n

It should be, indeed.

Thanks for patching a 10-year old bug, introduced at 75b182ae
(Update l10n guide: change the repository URL, etc, 2012-03-02).

Jiang, I can take it directly to my tree, or I can pull it as part
of the localization update before the release.  Let's make sure we
do not drop it, each expecting that the other party will pick it up
X-<.

> Signed-off-by: Arthur Milchior <arthur@milchior.fr>
> ---
>     po typo: l10
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1280%2FArthur-Milchior%2Fpatch-1-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1280/Arthur-Milchior/patch-1-v1
> Pull-Request: https://github.com/git/git/pull/1280
>
>  po/README.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/po/README.md b/po/README.md
> index 74856ca5bf2..3e4f897d935 100644
> --- a/po/README.md
> +++ b/po/README.md
> @@ -5,7 +5,7 @@ describes how you can contribute to the effort of enhancing the language
>  coverage and maintaining the translation.
>  
>  The localization (l10n) coordinator, Jiang Xin <worldhello.net@gmail.com>,
> -coordinates our localization effort in the l10 coordinator repository:
> +coordinates our localization effort in the l10n coordinator repository:
>  
>      https://github.com/git-l10n/git-po/
>  
>
> base-commit: ddbc07872e86265dc30aefa5f4d881f762120044

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

* Re: [PATCH] po typo: l10
  2022-06-22 20:14 ` Junio C Hamano
@ 2022-06-23  2:01   ` Jiang Xin
  2022-06-23  2:14     ` Jiang Xin
  0 siblings, 1 reply; 4+ messages in thread
From: Jiang Xin @ 2022-06-23  2:01 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: Arthur Milchior via GitGitGadget, Jiang Xin, Git List,
	Arthur Milchior

On Thu, Jun 23, 2022 at 4:26 AM Junio C Hamano <gitster@pobox.com> wrote:
>
> "Arthur Milchior via GitGitGadget" <gitgitgadget@gmail.com> writes:
>
> > From: Arthur Milchior <arthur@milchior.fr>
> >
> > It should be l10n
>
> It should be, indeed.
>
> Thanks for patching a 10-year old bug, introduced at 75b182ae
> (Update l10n guide: change the repository URL, etc, 2012-03-02).
>
> Jiang, I can take it directly to my tree, or I can pull it as part
> of the localization update before the release.  Let's make sure we
> do not drop it, each expecting that the other party will pick it up
> X-<.

The typo was from my fingers, oops. Thanks Arthur for reporting.

Junio, I will apply this patch to my tree as the l10n update for this
release, and will send you a pull request before next Monday.

--
Jiang Xin

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

* Re: [PATCH] po typo: l10
  2022-06-23  2:01   ` Jiang Xin
@ 2022-06-23  2:14     ` Jiang Xin
  0 siblings, 0 replies; 4+ messages in thread
From: Jiang Xin @ 2022-06-23  2:14 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: Arthur Milchior via GitGitGadget, Jiang Xin, Git List,
	Arthur Milchior

On Thu, Jun 23, 2022 at 10:01 AM Jiang Xin <worldhello.net@gmail.com> wrote:
>
> On Thu, Jun 23, 2022 at 4:26 AM Junio C Hamano <gitster@pobox.com> wrote:
> >
> > "Arthur Milchior via GitGitGadget" <gitgitgadget@gmail.com> writes:
> >
> > > From: Arthur Milchior <arthur@milchior.fr>
> > >
> > > It should be l10n
> >
> > It should be, indeed.
> >
> > Thanks for patching a 10-year old bug, introduced at 75b182ae
> > (Update l10n guide: change the repository URL, etc, 2012-03-02).
> >
> > Jiang, I can take it directly to my tree, or I can pull it as part
> > of the localization update before the release.  Let's make sure we
> > do not drop it, each expecting that the other party will pick it up
> > X-<.
>
> The typo was from my fingers, oops. Thanks Arthur for reporting.
>
> Junio, I will apply this patch to my tree as the l10n update for this
> release, and will send you a pull request before next Monday.

See this commit: https://github.com/git-l10n/git-po/commit/fb03f55d87

>
> --
> Jiang Xin

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

end of thread, other threads:[~2022-06-23  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 19:50 [PATCH] po typo: l10 Arthur Milchior via GitGitGadget
2022-06-22 20:14 ` Junio C Hamano
2022-06-23  2:01   ` Jiang Xin
2022-06-23  2:14     ` Jiang Xin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).