提交 002c8cf0 编写于 作者: Y yhuang

6870908: reopen bug 4244752: month names in Estonian should be lowercase

Reviewed-by: yhuang, peytoia
上级 985e3c15
...@@ -50,35 +50,35 @@ public class FormatData_et extends ListResourceBundle { ...@@ -50,35 +50,35 @@ public class FormatData_et extends ListResourceBundle {
return new Object[][] { return new Object[][] {
{ "MonthNames", { "MonthNames",
new String[] { new String[] {
"Jaanuar", // january "jaanuar", // january
"Veebruar", // february "veebruar", // february
"M\u00e4rts", // march "m\u00e4rts", // march
"Aprill", // april "aprill", // april
"Mai", // may "mai", // may
"Juuni", // june "juuni", // june
"Juuli", // july "juuli", // july
"August", // august "august", // august
"September", // september "september", // september
"Oktoober", // october "oktoober", // october
"November", // november "november", // november
"Detsember", // december "detsember", // december
"" // month 13 if applicable "" // month 13 if applicable
} }
}, },
{ "MonthAbbreviations", { "MonthAbbreviations",
new String[] { new String[] {
"Jaan", // abb january "jaan", // abb january
"Veebr", // abb february "veebr", // abb february
"M\u00e4rts", // abb march "m\u00e4rts", // abb march
"Apr", // abb april "apr", // abb april
"Mai", // abb may "mai", // abb may
"Juuni", // abb june "juuni", // abb june
"Juuli", // abb july "juuli", // abb july
"Aug", // abb august "aug", // abb august
"Sept", // abb september "sept", // abb september
"Okt", // abb october "okt", // abb october
"Nov", // abb november "nov", // abb november
"Dets", // abb december "dets", // abb december
"" // abb month 13 if applicable "" // abb month 13 if applicable
} }
}, },
......
...@@ -5580,3 +5580,29 @@ CalendarData/sl/firstDayOfWeek=2 ...@@ -5580,3 +5580,29 @@ CalendarData/sl/firstDayOfWeek=2
# bug 6573250 # bug 6573250
CurrencyNames/en_CA/USD=US$ CurrencyNames/en_CA/USD=US$
# bug 6870908
FormatData/et/MonthNames/0=jaanuar
FormatData/et/MonthNames/1=veebruar
FormatData/et/MonthNames/2=m\u00e4rts
FormatData/et/MonthNames/3=aprill
FormatData/et/MonthNames/4=mai
FormatData/et/MonthNames/5=juuni
FormatData/et/MonthNames/6=juuli
FormatData/et/MonthNames/7=august
FormatData/et/MonthNames/8=september
FormatData/et/MonthNames/9=oktoober
FormatData/et/MonthNames/10=november
FormatData/et/MonthNames/11=detsember
FormatData/et/MonthAbbreviations/0=jaan
FormatData/et/MonthAbbreviations/1=veebr
FormatData/et/MonthAbbreviations/2=m\u00e4rts
FormatData/et/MonthAbbreviations/3=apr
FormatData/et/MonthAbbreviations/4=mai
FormatData/et/MonthAbbreviations/5=juuni
FormatData/et/MonthAbbreviations/6=juuli
FormatData/et/MonthAbbreviations/7=aug
FormatData/et/MonthAbbreviations/8=sept
FormatData/et/MonthAbbreviations/9=okt
FormatData/et/MonthAbbreviations/10=nov
FormatData/et/MonthAbbreviations/11=dets
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177 * 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259 * 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611 * 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6645405 6650730 6910489 6573250 * 6645405 6650730 6910489 6573250 6870908
* @summary Verify locale data * @summary Verify locale data
* *
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册