提交 65c98013 编写于 作者: J jtusla

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

Summary: Added respective section
Reviewed-by: peytoia, jenda
上级 4c129aaa
......@@ -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
......
......@@ -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
......@@ -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
*
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册