projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d9306
)
(print_long_format): Wrap date format strings in _(...)
author
Jim Meyering
<jim@meyering.net>
Sun, 22 Oct 2000 13:15:22 +0000
(13:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 22 Oct 2000 13:15:22 +0000
(13:15 +0000)
so they may be internationalized. Suggestion from Christian Rose.
src/ls.c
patch
|
blob
|
history
diff --git
a/src/ls.c
b/src/ls.c
index 8fe94e95c34c1bd823c4cf8cc286b052c4966d80..9230701676dae0f8cb87be9e3a7026a1de2d3850 100644
(file)
--- a/
src/ls.c
+++ b/
src/ls.c
@@
-2345,11
+2345,11
@@
print_long_format (const struct fileinfo *f)
Allow a 1 hour slop factor for what is considered "the future",
to allow for NFS server/client clock disagreement.
Show the year instead of the time of day. */
- fmt =
"%b %e %Y"
;
+ fmt =
_("%b %e %Y")
;
}
else
{
- fmt =
"%b %e %H:%M"
;
+ fmt =
_("%b %e %H:%M")
;
}
}