GNU bug report logs - #75763
is the "note " particle in sort.c needed?

Previous Next

Package: coreutils;

Reported by: Benno Schulenberg <bensberg <at> telfort.nl>

Date: Wed, 22 Jan 2025 15:32:02 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Benno Schulenberg <bensberg <at> telfort.nl>
Subject: bug#75763: closed (Re: is the "note " particle in sort.c needed?)
Date: Wed, 22 Jan 2025 18:00:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75763: is the "note " particle in sort.c needed?

which was filed against the coreutils package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75763 <at> debbugs.gnu.org.

-- 
75763: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75763
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: Benno Schulenberg <bensberg <at> telfort.nl>, 75763-done <at> debbugs.gnu.org
Subject: Re: is the "note " particle in sort.c needed?
Date: Wed, 22 Jan 2025 17:59:20 +0000
On 22/01/2025 15:31, Benno Schulenberg wrote:
> 
> Hi,
> 
> In src/sort.c there is this piece of code:
> 
>         error (0, 0,
>                _("%snumbers use %s as a decimal point in this locale"),
>                tab == decimal_point ? "" : _("note "),
>                quote (((char []) {decimal_point, 0})));
> 
> What does "note " here mean?  Is it an adjective or a verb? Or
> maybe something else?  And is it needed at all?
> 
> The thing is: it makes translating both strings hard, as it's
> unclear for translators that they belong together.  Please
> consider dropping the "note ", or changing the code to use
> two separate, full messages, without fill-in words.

"note" (which is a verb in this context), intended
to change the message from the standard warning output by --debug
to an informational message.

But there are other informational messages output by --debug
without "note", so we can drop it.

I pushed a change to do that.

Marking this as done.

cheers,
Pádraig

[Message part 3 (message/rfc822, inline)]
From: Benno Schulenberg <bensberg <at> telfort.nl>
To: bug-coreutils <at> gnu.org
Subject: is the "note " particle in sort.c needed?
Date: Wed, 22 Jan 2025 16:31:23 +0100
[Message part 4 (text/plain, inline)]
Hi,

In src/sort.c there is this piece of code:

      error (0, 0,
             _("%snumbers use %s as a decimal point in this locale"),
             tab == decimal_point ? "" : _("note "),
             quote (((char []) {decimal_point, 0})));

What does "note " here mean?  Is it an adjective or a verb? Or
maybe something else?  And is it needed at all?

The thing is: it makes translating both strings hard, as it's
unclear for translators that they belong together.  Please
consider dropping the "note ", or changing the code to use
two separate, full messages, without fill-in words.


Benno
[OpenPGP_signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.