Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: Chinese, Simplified
Description
Steps to reproduce:
The value of "monthNamesShort" of "mx.formatters.DateBase" Class have the value of "monthSymbol" property of "mx.controls.DateField" Class, they are duplicate.
Actual Results:
###zh_CN
- MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月 - appended with monthSymbol in SharedResources
monthNamesShort=1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
###zh_TW - MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十ㄧ月,十二月 - appended with monthSymbol in SharedResources
monthNamesShort=1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
###ko_KR - MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월 - appended with monthSymbol in SharedResources
monthNamesShort=1월,2월,3월,4월,5월,6월,7월,8월,9월,10월,11월,12월
Expected Results:
###zh_CN
- MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=一,二,三,四,五,六,七,八,九,十,十一,十二 - appended with monthSymbol in SharedResources
monthNamesShort=1,2,3,4,5,6,7,8,9,10,11,12
###zh_TW - MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=��,二,三,四,五,六,七,八,九,十,十ㄧ,十二 - appended with monthSymbol in SharedResources
monthNamesShort=1,2,3,4,5,6,7,8,9,10,11,12
###ko_KR - MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
- appended with monthSymbol
monthNames=1,2,3,4,5,6,7,8,9,10,11,12 - appended with monthSymbol in SharedResources
monthNamesShort=1,2,3,4,5,6,7,8,9,10,11,12
Workaround (if any):