git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] po: add missing letter for French message
@ 2020-08-27 22:35 brian m. carlson
  2020-08-27 23:04 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: brian m. carlson @ 2020-08-27 22:35 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jean-Noël Avila

Add the missing "e" in "de".  While it is possible in French to omit it,
that only occurs with an apostrophe and only when the next word starts
with a vowel or mute h, which is not the case here.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
---
I noticed this the other day when trying to delete a remote branch that
I'd already deleted.  I'm not sure what the preferred approach is for
this, whether Junio should pick it up or whether Jean-Noël will want to
incorporate it first, but I've CC'd both so y'all can fight it out.

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

diff --git a/po/fr.po b/po/fr.po
index d20fc440ab..75b1e75f6a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6503,7 +6503,7 @@ msgstr "'%s' ne peut pas être résolue comme une branche"
 #: remote.c:1088
 #, c-format
 msgid "unable to delete '%s': remote ref does not exist"
-msgstr "suppression d '%s' impossible : la référence distante n'existe pas"
+msgstr "suppression de '%s' impossible : la référence distante n'existe pas"
 
 #: remote.c:1100
 #, c-format

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

* Re: [PATCH] po: add missing letter for French message
  2020-08-27 22:35 [PATCH] po: add missing letter for French message brian m. carlson
@ 2020-08-27 23:04 ` Junio C Hamano
  2020-08-28 15:53   ` Jean-Noël AVILA
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2020-08-27 23:04 UTC (permalink / raw)
  To: brian m. carlson; +Cc: git, Jean-Noël Avila

"brian m. carlson" <sandals@crustytoothpaste.net> writes:

> Add the missing "e" in "de".  While it is possible in French to omit it,
> that only occurs with an apostrophe and only when the next word starts
> with a vowel or mute h, which is not the case here.
>
> Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
> ---
> I noticed this the other day when trying to delete a remote branch that
> I'd already deleted.  I'm not sure what the preferred approach is for
> this, whether Junio should pick it up or whether Jean-Noël will want to
> incorporate it first, but I've CC'd both so y'all can fight it out.

Unless it is in the pre-release period (in which case I'd prefer not
to touch po/ myself at all, to give i18n/l10n teams a stable base to
work from), I can take it dircetly as long as somebody from the l10n
team for the language gives an Ack, as I cannot read most of the
files under po/ directory.

Thanks.


>  po/fr.po | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/po/fr.po b/po/fr.po
> index d20fc440ab..75b1e75f6a 100644
> --- a/po/fr.po
> +++ b/po/fr.po
> @@ -6503,7 +6503,7 @@ msgstr "'%s' ne peut pas être résolue comme une branche"
>  #: remote.c:1088
>  #, c-format
>  msgid "unable to delete '%s': remote ref does not exist"
> -msgstr "suppression d '%s' impossible : la référence distante n'existe pas"
> +msgstr "suppression de '%s' impossible : la référence distante n'existe pas"
>  
>  #: remote.c:1100
>  #, c-format

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

* Re: [PATCH] po: add missing letter for French message
  2020-08-27 23:04 ` Junio C Hamano
@ 2020-08-28 15:53   ` Jean-Noël AVILA
  2020-08-28 21:00     ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Jean-Noël AVILA @ 2020-08-28 15:53 UTC (permalink / raw)
  To: brian m. carlson, Junio C Hamano; +Cc: git

On Friday, 28 August 2020 01:04:02 CEST Junio C Hamano wrote:
> "brian m. carlson" <sandals@crustytoothpaste.net> writes:
> 
> > Add the missing "e" in "de".  While it is possible in French to omit it,
> > that only occurs with an apostrophe and only when the next word starts
> > with a vowel or mute h, which is not the case here.
> >
> > Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
> > ---
> > I noticed this the other day when trying to delete a remote branch that
> > I'd already deleted.  I'm not sure what the preferred approach is for
> > this, whether Junio should pick it up or whether Jean-Noël will want to
> > incorporate it first, but I've CC'd both so y'all can fight it out.
> 
> Unless it is in the pre-release period (in which case I'd prefer not
> to touch po/ myself at all, to give i18n/l10n teams a stable base to
> work from), I can take it dircetly as long as somebody from the l10n
> team for the language gives an Ack, as I cannot read most of the
> files under po/ directory.
> 
> Thanks.
> 

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


> 
> >  po/fr.po | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/po/fr.po b/po/fr.po
> > index d20fc440ab..75b1e75f6a 100644
> > --- a/po/fr.po
> > +++ b/po/fr.po
> > @@ -6503,7 +6503,7 @@ msgstr "'%s' ne peut pas être résolue comme une branche"
> >  #: remote.c:1088
> >  #, c-format
> >  msgid "unable to delete '%s': remote ref does not exist"
> > -msgstr "suppression d '%s' impossible : la référence distante n'existe pas"
> > +msgstr "suppression de '%s' impossible : la référence distante n'existe pas"
> >  
> >  #: remote.c:1100
> >  #, c-format





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

* Re: [PATCH] po: add missing letter for French message
  2020-08-28 15:53   ` Jean-Noël AVILA
@ 2020-08-28 21:00     ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2020-08-28 21:00 UTC (permalink / raw)
  To: Jean-Noël AVILA; +Cc: brian m. carlson, git

Jean-Noël AVILA <jn.avila@free.fr> writes:

> On Friday, 28 August 2020 01:04:02 CEST Junio C Hamano wrote:
>> "brian m. carlson" <sandals@crustytoothpaste.net> writes:
>> 
>> > Add the missing "e" in "de".  While it is possible in French to omit it,
>> > that only occurs with an apostrophe and only when the next word starts
>> > with a vowel or mute h, which is not the case here.
>> >
>> > Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
>> > ---
>> > I noticed this the other day when trying to delete a remote branch that
>> > I'd already deleted.  I'm not sure what the preferred approach is for
>> > this, whether Junio should pick it up or whether Jean-Noël will want to
>> > incorporate it first, but I've CC'd both so y'all can fight it out.
>> 
>> Unless it is in the pre-release period (in which case I'd prefer not
>> to touch po/ myself at all, to give i18n/l10n teams a stable base to
>> work from), I can take it dircetly as long as somebody from the l10n
>> team for the language gives an Ack, as I cannot read most of the
>> files under po/ directory.
>> 
>> Thanks.
>> 
>
> Acked-by: Jean-Noël Avila <jn.avila@free.fr>

Thanks, will queue.

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

end of thread, other threads:[~2020-08-28 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 22:35 [PATCH] po: add missing letter for French message brian m. carlson
2020-08-27 23:04 ` Junio C Hamano
2020-08-28 15:53   ` Jean-Noël AVILA
2020-08-28 21:00     ` Junio C Hamano

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).