bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11117: Suggestion to mark the the arrow for translation


From: Göran Uddeborg
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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]