Bug 1389646

Summary: the date/time format translation of ls is incorrect
Product: [Fedora] Fedora Localization Reporter: Peng Wu <pwu>
Component: Chinese Simplified [zh_CN]Assignee: TianShixiong <tiansworld>
Status: CLOSED UPSTREAM QA Contact: TianShixiong <tiansworld>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: mfabian, psatpute, sztsian, tiansworld, trans-bugs, trans-zh_cn
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-06 07:12:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peng Wu 2016-10-28 05:56:12 UTC
Description of problem:
In Simplified Chinese, the date/time format translation of ls is incorrect.

Version-Release number of selected component (if applicable):
coreutils-8.25-6.fc24.x86_64

How reproducible:
Run "ls -ld Desktop" in home directory.

Actual results:
drwxr-xr-x. 3 guest users 4096 10月 27 16:43 Desktop

Expected results:
drwxr-xr-x. 3 guest users 4096 10月27日 16:43 Desktop

Additional info:
Here are the URL for the string to be translated:
http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/ls.c#n727