7040556: SimpleDateFormat.format Portuguese Month should not be capitalized

Reviewed-by: okutsu
This commit is contained in:
Yong Jeffrey Huang 2013-06-12 23:54:55 -07:00
parent 1e0ca48079
commit cd61a1e1a5
3 changed files with 28 additions and 16 deletions

View File

@ -103,18 +103,18 @@ public class FormatData_pt extends ParallelListResourceBundle {
}, },
{ "MonthAbbreviations", { "MonthAbbreviations",
new String[] { new String[] {
"Jan", // abb january "jan", // abb january
"Fev", // abb february "fev", // abb february
"Mar", // abb march "mar", // abb march
"Abr", // abb april "abr", // abb april
"Mai", // abb may "mai", // abb may
"Jun", // abb june "jun", // abb june
"Jul", // abb july "jul", // abb july
"Ago", // abb august "ago", // abb august
"Set", // abb september "set", // abb september
"Out", // abb october "out", // abb october
"Nov", // abb november "nov", // abb november
"Dez", // abb december "dez", // abb december
"" // abb month 13 if applicable "" // abb month 13 if applicable
} }
}, },

View File

@ -28,9 +28,6 @@ FormatData/pt_BR/DateTimePatterns/0={1} {0}
FormatData/pt_BR/NumberElements/0=, FormatData/pt_BR/NumberElements/0=,
FormatData/pt_BR/NumberElements/1=. FormatData/pt_BR/NumberElements/1=.
FormatData/pt_BR/NumberElements/2=; FormatData/pt_BR/NumberElements/2=;
FormatData/pt_BR/MonthAbbreviations/0=Jan
FormatData/pt_BR/MonthAbbreviations/1=Fev
FormatData/pt_BR/MonthAbbreviations/2=Mar
FormatData/pt_BR/DayAbbreviations/0=Dom FormatData/pt_BR/DayAbbreviations/0=Dom
FormatData/pt_BR/DayAbbreviations/1=Seg FormatData/pt_BR/DayAbbreviations/1=Seg
FormatData/pt_BR/DayAbbreviations/2=Ter FormatData/pt_BR/DayAbbreviations/2=Ter
@ -7667,3 +7664,18 @@ LocaleNames/sq/sq=shqip
# bug 7074882 # bug 7074882
FormatData/mt/MonthNames/7=Awwissu FormatData/mt/MonthNames/7=Awwissu
FormatData/mt/MonthAbbreviations/7=Aww FormatData/mt/MonthAbbreviations/7=Aww
# bug 7040556
FormatData/pt/MonthAbbreviations/0=jan
FormatData/pt/MonthAbbreviations/1=fev
FormatData/pt/MonthAbbreviations/2=mar
FormatData/pt/MonthAbbreviations/3=abr
FormatData/pt/MonthAbbreviations/4=mai
FormatData/pt/MonthAbbreviations/5=jun
FormatData/pt/MonthAbbreviations/6=jul
FormatData/pt/MonthAbbreviations/7=ago
FormatData/pt/MonthAbbreviations/8=set
FormatData/pt/MonthAbbreviations/9=out
FormatData/pt/MonthAbbreviations/10=nov
FormatData/pt/MonthAbbreviations/11=dez

View File

@ -35,7 +35,7 @@
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787 * 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495 * 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509 * 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509
* 7114053 7074882 * 7114053 7074882 7040556
* @summary Verify locale data * @summary Verify locale data
* *
*/ */