提交 74bc1615 编写于 作者: Y yhuang

6645271: Wrong date format for Croatian (hr) locale

Reviewed-by: yhuang, peytoia
上级 6c88362a
......@@ -55,6 +55,19 @@ public class FormatData_hr_HR extends ListResourceBundle {
"#,##0%" // percent pattern
}
},
{ "DateTimePatterns",
new String[] {
"HH:mm:ss z", // full time pattern
"HH:mm:ss z", // long time pattern
"HH:mm:ss", // medium time pattern
"HH:mm", // short time pattern
"yyyy. MMMM dd", // full date pattern
"yyyy. MMMM dd", // long date pattern
"dd.MM.yyyy.", // medium date pattern
"dd.MM.yy.", // short date pattern
"{1} {0}" // date-time pattern
}
}
};
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册