6650730: Lithuanian locale date and number formats mismatch

Reviewed-by: yhuang, peytoia
This commit is contained in:
Yong Jeffrey Huang 2009-12-17 22:24:08 -08:00
parent 0ab16fe4a2
commit a08074d0f3
3 changed files with 11 additions and 2 deletions

View File

@ -113,7 +113,7 @@ public class FormatData_lt extends ListResourceBundle {
{ "NumberElements",
new String[] {
",", // decimal separator
".", // group (thousands) separator
"\u00a0", // group (thousands) separator
";", // list separator
"%", // percent sign
"0", // native 0 digit
@ -133,7 +133,7 @@ public class FormatData_lt extends ListResourceBundle {
"HH.mm", // short time pattern
"EEEE, yyyy, MMMM d", // full date pattern
"EEEE, yyyy, MMMM d", // long date pattern
"yyyy.M.d", // medium date pattern
"yyyy-MM-dd", // medium date pattern
"yy.M.d", // short date pattern
"{1} {0}" // date-time pattern
}

View File

@ -5567,3 +5567,11 @@ LocaleNames/fi_FI/FR=Ranska
# bug 6646611
FormatData/be_BY/MonthNames/10=\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430
FormatData/be_BY/MonthAbbreviations/10=\u043b\u0456\u0441
# bug 6645405
FormatData/hu_HU/NumberPatterns/1=#,##0.## \u00A4;-#,##0.## \u00A4
# bug 6650730
FormatData/lt/NumberElements/1=\u00a0
FormatData/lt/DateTimePatterns/6=yyyy-MM-dd

View File

@ -32,6 +32,7 @@
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6645405 6650730
* @summary Verify locale data
*
*/