6509039: Swedish localization has incorrect am/pm markers in FormatData_sv

Added respective section

Reviewed-by: peytoia, jenda
This commit is contained in:
Jiri Tusla 2008-08-01 01:46:31 -07:00
parent 1fd0bb2370
commit 28ced6a8e3
3 changed files with 11 additions and 0 deletions

View File

@ -104,6 +104,12 @@ public class FormatData_sv extends ListResourceBundle {
"l\u00f6" // abb Saturday
}
},
{ "AmPmMarkers",
new String[] {
"fm", // am marker
"em" // pm marker
}
},
{ "NumberElements",
new String[] {
",", // decimal separator

View File

@ -5514,3 +5514,7 @@ CurrencyNames/ar_SD/SDG=\u062c.\u0633.\u200f
# bug 6531593
FormatData/is_IS/NumberPatterns/1=#,##0. \u00A4;-#,##0. \u00A4
# bug 6509039
FormatData/sv/AmPmMarkers/0=fm
FormatData/sv/AmPmMarkers/1=em

View File

@ -31,6 +31,7 @@
* 5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039
* @summary Verify locale data
*
*/