public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] doc: fix typo in it.po
@ 2025-02-23 20:56 Ruggero
  2025-02-24 16:53 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Ruggero @ 2025-02-23 20:56 UTC (permalink / raw)
  To: git

This patch corrects a minor typographical error in the Italian
translation file (it.po).

Signed-off-by: Ruggero Turra <giurrero@gmail•com>


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

diff --git a/po/it.po b/po/it.po
index c4af156c80..e43f0fea5e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -17602,7 +17602,7 @@ msgstr "Controllo la ridenominazione di '%s' in '%s'\n"

 #: builtin/mv.c:185
 msgid "bad source"
-msgstr "sourgente errata"
+msgstr "sorgente errata"

 #: builtin/mv.c:188
 msgid "can not move directory into itself"
--
2.48.1

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

* Re: [PATCH] doc: fix typo in it.po
  2025-02-23 20:56 [PATCH] doc: fix typo in it.po Ruggero
@ 2025-02-24 16:53 ` Junio C Hamano
  2025-03-03  2:24   ` Jiang Xin
  0 siblings, 1 reply; 6+ messages in thread
From: Junio C Hamano @ 2025-02-24 16:53 UTC (permalink / raw)
  To: Jiang Xin; +Cc: git, Ruggero

Ruggero <giurrero@gmail•com> writes:

> This patch corrects a minor typographical error in the Italian
> translation file (it.po).
>
> Signed-off-by: Ruggero Turra <giurrero@gmail•com>

Jiang, should I take this directly to my tree, or do you prefer to
take care of this as part of the upcoming 2.49 updates?

Thanks.


>
>
> ---
>  po/it.po | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/po/it.po b/po/it.po
> index c4af156c80..e43f0fea5e 100644
> --- a/po/it.po
> +++ b/po/it.po
> @@ -17602,7 +17602,7 @@ msgstr "Controllo la ridenominazione di '%s' in '%s'\n"
>
>  #: builtin/mv.c:185
>  msgid "bad source"
> -msgstr "sourgente errata"
> +msgstr "sorgente errata"
>
>  #: builtin/mv.c:188
>  msgid "can not move directory into itself"
> --
> 2.48.1

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

* Re: [PATCH] doc: fix typo in it.po
  2025-02-24 16:53 ` Junio C Hamano
@ 2025-03-03  2:24   ` Jiang Xin
  2025-03-03  8:21     ` Ruggero
  0 siblings, 1 reply; 6+ messages in thread
From: Jiang Xin @ 2025-03-03  2:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Jiang Xin, git, Ruggero, Alessandro Menti

On Tue, Feb 25, 2025 at 12:53 AM Junio C Hamano <gitster@pobox•com> wrote:
>
> Ruggero <giurrero@gmail•com> writes:
>
> > This patch corrects a minor typographical error in the Italian
> > translation file (it.po).
> >
> > Signed-off-by: Ruggero Turra <giurrero@gmail•com>
>
> Jiang, should I take this directly to my tree, or do you prefer to
> take care of this as part of the upcoming 2.49 updates?

With the help of the large model, it can be seen that the patch
sent by Ruggero is correct. Ruggero can refer to the following
link [1] and send a pull request to the repository
https://github.com/git-l10n/git-po.

The Italian localization work has been on hold for over three
years, and Ruggero can help rebuild the Italian localization
translation team (by modifying the po/TEAMS file) and
regularly update the Italian localization translations.

[1] https://lore.kernel.org/git/20250227015804.100880-1-worldhello.net@gmail.com/

Thanks.

>
> Thanks.
>
>
> >
> >
> > ---
> >  po/it.po | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/po/it.po b/po/it.po
> > index c4af156c80..e43f0fea5e 100644
> > --- a/po/it.po
> > +++ b/po/it.po
> > @@ -17602,7 +17602,7 @@ msgstr "Controllo la ridenominazione di '%s' in '%s'\n"
> >
> >  #: builtin/mv.c:185
> >  msgid "bad source"
> > -msgstr "sourgente errata"
> > +msgstr "sorgente errata"
> >
> >  #: builtin/mv.c:188
> >  msgid "can not move directory into itself"
> > --
> > 2.48.1
>

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

* Re: [PATCH] doc: fix typo in it.po
  2025-03-03  2:24   ` Jiang Xin
@ 2025-03-03  8:21     ` Ruggero
  2025-03-03  8:42       ` Ruggero
  0 siblings, 1 reply; 6+ messages in thread
From: Ruggero @ 2025-03-03  8:21 UTC (permalink / raw)
  To: Jiang Xin; +Cc: Junio C Hamano, Jiang Xin, git, Alessandro Menti

Hello Jiang,

I created a pull request (contrary to what is written in the github
template): https://github.com/git-l10n/git-po/pull/827
I haven't run "Refine your commits" with msgcat since it creates tons
of changes in po/it.po. Let me know if that is what you want.

On Mon, Mar 3, 2025 at 3:24 AM Jiang Xin <worldhello.net@gmail•com> wrote:
>
> On Tue, Feb 25, 2025 at 12:53 AM Junio C Hamano <gitster@pobox•com> wrote:
> >
> > Ruggero <giurrero@gmail•com> writes:
> >
> > > This patch corrects a minor typographical error in the Italian
> > > translation file (it.po).
> > >
> > > Signed-off-by: Ruggero Turra <giurrero@gmail•com>
> >
> > Jiang, should I take this directly to my tree, or do you prefer to
> > take care of this as part of the upcoming 2.49 updates?
>
> With the help of the large model, it can be seen that the patch
> sent by Ruggero is correct. Ruggero can refer to the following
> link [1] and send a pull request to the repository
> https://github.com/git-l10n/git-po.
>
> The Italian localization work has been on hold for over three
> years, and Ruggero can help rebuild the Italian localization
> translation team (by modifying the po/TEAMS file) and
> regularly update the Italian localization translations.
>
> [1] https://lore.kernel.org/git/20250227015804.100880-1-worldhello.net@gmail.com/
>
> Thanks.
>
> >
> > Thanks.
> >
> >
> > >
> > >
> > > ---
> > >  po/it.po | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/po/it.po b/po/it.po
> > > index c4af156c80..e43f0fea5e 100644
> > > --- a/po/it.po
> > > +++ b/po/it.po
> > > @@ -17602,7 +17602,7 @@ msgstr "Controllo la ridenominazione di '%s' in '%s'\n"
> > >
> > >  #: builtin/mv.c:185
> > >  msgid "bad source"
> > > -msgstr "sourgente errata"
> > > +msgstr "sorgente errata"
> > >
> > >  #: builtin/mv.c:188
> > >  msgid "can not move directory into itself"
> > > --
> > > 2.48.1
> >

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

* Re: [PATCH] doc: fix typo in it.po
  2025-03-03  8:21     ` Ruggero
@ 2025-03-03  8:42       ` Ruggero
  2025-03-03  9:17         ` Jiang Xin
  0 siblings, 1 reply; 6+ messages in thread
From: Ruggero @ 2025-03-03  8:42 UTC (permalink / raw)
  To: Jiang Xin; +Cc: Junio C Hamano, Jiang Xin, git, Alessandro Menti

Here with the correct commit message:
https://github.com/git-l10n/git-po/pull/828
There are many failures

On Mon, Mar 3, 2025 at 9:21 AM Ruggero <giurrero@gmail•com> wrote:
>
> Hello Jiang,
>
> I created a pull request (contrary to what is written in the github
> template): https://github.com/git-l10n/git-po/pull/827
> I haven't run "Refine your commits" with msgcat since it creates tons
> of changes in po/it.po. Let me know if that is what you want.
>
> On Mon, Mar 3, 2025 at 3:24 AM Jiang Xin <worldhello.net@gmail•com> wrote:
> >
> > On Tue, Feb 25, 2025 at 12:53 AM Junio C Hamano <gitster@pobox•com> wrote:
> > >
> > > Ruggero <giurrero@gmail•com> writes:
> > >
> > > > This patch corrects a minor typographical error in the Italian
> > > > translation file (it.po).
> > > >
> > > > Signed-off-by: Ruggero Turra <giurrero@gmail•com>
> > >
> > > Jiang, should I take this directly to my tree, or do you prefer to
> > > take care of this as part of the upcoming 2.49 updates?
> >
> > With the help of the large model, it can be seen that the patch
> > sent by Ruggero is correct. Ruggero can refer to the following
> > link [1] and send a pull request to the repository
> > https://github.com/git-l10n/git-po.
> >
> > The Italian localization work has been on hold for over three
> > years, and Ruggero can help rebuild the Italian localization
> > translation team (by modifying the po/TEAMS file) and
> > regularly update the Italian localization translations.
> >
> > [1] https://lore.kernel.org/git/20250227015804.100880-1-worldhello.net@gmail.com/
> >
> > Thanks.
> >
> > >
> > > Thanks.
> > >
> > >
> > > >
> > > >
> > > > ---
> > > >  po/it.po | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/po/it.po b/po/it.po
> > > > index c4af156c80..e43f0fea5e 100644
> > > > --- a/po/it.po
> > > > +++ b/po/it.po
> > > > @@ -17602,7 +17602,7 @@ msgstr "Controllo la ridenominazione di '%s' in '%s'\n"
> > > >
> > > >  #: builtin/mv.c:185
> > > >  msgid "bad source"
> > > > -msgstr "sourgente errata"
> > > > +msgstr "sorgente errata"
> > > >
> > > >  #: builtin/mv.c:188
> > > >  msgid "can not move directory into itself"
> > > > --
> > > > 2.48.1
> > >

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

* Re: [PATCH] doc: fix typo in it.po
  2025-03-03  8:42       ` Ruggero
@ 2025-03-03  9:17         ` Jiang Xin
  0 siblings, 0 replies; 6+ messages in thread
From: Jiang Xin @ 2025-03-03  9:17 UTC (permalink / raw)
  To: Ruggero; +Cc: Junio C Hamano, Jiang Xin, git, Alessandro Menti

On Mon, Mar 3, 2025 at 4:42 PM Ruggero <giurrero@gmail•com> wrote:
>
> Here with the correct commit message:
> https://github.com/git-l10n/git-po/pull/828
> There are many failures
>
> On Mon, Mar 3, 2025 at 9:21 AM Ruggero <giurrero@gmail•com> wrote:
> >
> > Hello Jiang,
> >
> > I created a pull request (contrary to what is written in the github
> > template): https://github.com/git-l10n/git-po/pull/827
> > I haven't run "Refine your commits" with msgcat since it creates tons
> > of changes in po/it.po. Let me know if that is what you want.

Hi Ruggero,

We have some conventions for pull requests to the git l10n repository,
and we use GitHub Actions to check pull requests according to these
conversions automatically. E.g.:

1. The subject of your commit should start with 'l10n: '. You should
amend your commit message; the title of the pull request does not
matter, but the commit message is very important.

2. Your patch is based on a old version of git.pot template file, and
among the 5013 translated messages, there are about 1000 messages are
obsolete. Fortunately, the message you modified still exist in the new
version of the POT template file, and after you update the commit
message title, I will merge your commit.

3. There are obvious errors in old version of Italian translations,
see the report of mismatched patterns in feedback of GitHub Actions:

    extensions.partialclone vs estensioni.partialclone
    git rev-list vs git-rev-list
    refs/heads vs riferimenti/head
    git rebase--interactive vs git rebase --interactive
    --verify-signatures vs --verify-signature

   But before changing the above errors, make sure you work on the new
version of the POT template. You do not want to fix errors on obsolete
messages.

4. If you decide to contribute a larger patch based on the new POT
template, please contribute a PO file without file locations, as
frequently changing location information can significantly increase
the size of the Git repository.

-- Jiang Xin

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

end of thread, other threads:[~2025-03-03  9:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-23 20:56 [PATCH] doc: fix typo in it.po Ruggero
2025-02-24 16:53 ` Junio C Hamano
2025-03-03  2:24   ` Jiang Xin
2025-03-03  8:21     ` Ruggero
2025-03-03  8:42       ` Ruggero
2025-03-03  9:17         ` Jiang Xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox