6450945: The week day for Saturday and the first week day in Romania locale are incorrect
Reviewed-by: yhuang, peytoia
This commit is contained in:
parent
d4f1ac859c
commit
17e4f8df98
jdk
src/share/classes/sun
test/sun/text/resources
@ -90,7 +90,7 @@ public class FormatData_ro extends ListResourceBundle {
|
|||||||
"miercuri", // Wednesday
|
"miercuri", // Wednesday
|
||||||
"joi", // Thursday
|
"joi", // Thursday
|
||||||
"vineri", // Friday
|
"vineri", // Friday
|
||||||
"s\u00eemb\u0103t\u0103" // Saturday
|
"s\u00e2mb\u0103t\u0103" // Saturday
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ "DayAbbreviations",
|
{ "DayAbbreviations",
|
||||||
|
@ -35,9 +35,5 @@
|
|||||||
# This notice and attribution to Taligent may not be removed.
|
# This notice and attribution to Taligent may not be removed.
|
||||||
# Taligent is a registered trademark of Taligent, Inc.
|
# Taligent is a registered trademark of Taligent, Inc.
|
||||||
|
|
||||||
|
firstDayOfWeek=2
|
||||||
# This bundle is empty because the data of the base bundle
|
minimalDaysInFirstWeek=1
|
||||||
# is adequate for this locale.
|
|
||||||
# The bundle is necessary to prevent the resource
|
|
||||||
# bundle lookup from falling back to the default
|
|
||||||
# locale.
|
|
||||||
|
@ -5552,3 +5552,8 @@ FormatData/hr_HR/DateTimePatterns/7=dd.MM.yy.
|
|||||||
|
|
||||||
# bug 6873931
|
# bug 6873931
|
||||||
CurrencyNames/tr_TR/TRY=TL
|
CurrencyNames/tr_TR/TRY=TL
|
||||||
|
|
||||||
|
#bug 6450945
|
||||||
|
CalendarData/ro/firstDayOfWeek=2
|
||||||
|
CalendarData/ro/minimalDaysInFirstWeek=1
|
||||||
|
FormatData/ro/DayNames/6=s\u00e2mb\u0103t\u0103
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
* 5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
|
* 5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
|
||||||
* 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
|
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945
|
||||||
* @summary Verify locale data
|
* @summary Verify locale data
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user