From: Jim Meyering Date: Sat, 11 Nov 2000 07:51:07 +0000 (+0000) Subject: (print_long_format): Wrap the --full-time' date format X-Git-Tag: FILEUTILS-4_0_32~14 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cd7e157b4581ec390e6ef4d3659e536c3a9603e9;p=thirdparty%2Fcoreutils.git (print_long_format): Wrap the --full-time' date format string in _(...), so it too may be internationalized. Suggestion from Jungshik Shin. --- diff --git a/src/ls.c b/src/ls.c index 65fe792067..f15802ed3c 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2370,7 +2370,7 @@ print_long_format (const struct fileinfo *f) if (full_time) { - fmt = "%a %b %d %H:%M:%S %Y"; + fmt = _("%a %b %d %H:%M:%S %Y"); } else {