GNU bug report logs - #11117
Suggestion to mark the the arrow for translation

Previous Next

Package: coreutils;

Reported by: "Göran Uddeborg" <goeran <at> uddeborg.se>

Date: Wed, 28 Mar 2012 23:55: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: "Göran Uddeborg" <goeran <at> uddeborg.se>
To: 11117 <at> debbugs.gnu.org
Subject: bug#11117: Suggestion to mark the the arrow for translation
Date: Wed, 28 Mar 2012 22:38:30 +0200
When printing a symbolic link in ls, the target of the link is printed
like this:

      if (f->linkname)
        {
          DIRED_FPUTS_LITERAL (" -> ", stdout);
          print_name_with_quoting (f, true, NULL, (p - buf) + w + 4);

I would suggest marking the arrow for translation.

          DIRED_FPUTS_LITERAL (_(" -> "), stdout);

In translations using Unicode a "real" arrow, the "rightwards arrow"
(U+2192), can be used instead of the "ascii art arrow" traditionally
used.




This bug report was last modified 13 years and 56 days ago.

Previous Next


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