Issue 92514 - Date format error.
Summary: Date format error.
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: localedata (show other issues)
Version: DEV300m28
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: stefan.baltzer
QA Contact: issues@l10n
URL:
Keywords: CJK, regression
: 91952 (view as issue list)
Depends on:
Blocks: 84405
  Show dependency tree
 
Reported: 2008-08-06 11:44 UTC by redflagzhulihua
Modified: 2013-08-07 15:02 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
2 items error (43.32 KB, image/jpeg)
2008-08-06 11:45 UTC, redflagzhulihua
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description redflagzhulihua 2008-08-06 11:44:54 UTC
There are 2 items error in Format Cells dialog. 

See the attachment.

@liangweike, I think you are the specilist to this. It very similar with issue 
85261. You resolved it perfectly.
Comment 1 redflagzhulihua 2008-08-06 11:45:30 UTC
Created attachment 55594 [details]
2 items error
Comment 2 redflagzhulihua 2008-08-20 04:27:29 UTC
*** Issue 91952 has been marked as a duplicate of this issue. ***
Comment 3 ooo 2008-09-16 11:32:24 UTC
@liangweike: maybe I misunderstood, but #desc1 sounded like you were expected to
attach a patch to this issue?

Anyway, if not, I'll fix it similar to issue 85261.
Reassigning to spare time account.
Comment 4 ooo 2008-09-16 11:32:59 UTC
Reassigning..
Comment 5 erack 2008-10-04 14:18:55 UTC
Actually this seems to be a regression introduced with the patch attached to
issue 85261 that changed among others

 <FormatElement msgid="DateFormatskey6" default="false" type="medium"
usage="DATE" formatindex="23">
-<FormatCode>YYYY"年"MMMD"日"</FormatCode>
+<FormatCode>YYYY"年"MMMD"月"</FormatCode>
 <DefaultName></DefaultName>
 </FormatElement>
 <FormatElement msgid="DateFormatskey7" default="false" type="medium"
usage="DATE" formatindex="24">
-<FormatCode>YYYY "年" MMM D "日"</FormatCode>
+<FormatCode>YYYY "年" MMM D "月"</FormatCode>
 <DefaultName></DefaultName>
 </FormatElement>

I reverted those two changes in cws locales31:

i18npool/source/localedata/data/zh_CN.xml  1.21.12.1
Comment 6 ooo 2008-12-11 15:14:23 UTC
Reassigning to QA for verification.
Comment 7 stefan.baltzer 2008-12-18 12:48:37 UTC
Verified in CWS locales31.
Comment 8 amy2008 2009-04-02 04:48:28 UTC
Verified in OOo310m8 on WinXP and Fedora9.
Closing
Li Meiying