未验证 提交 5f49fbb3 编写于 作者: S Stebeber 提交者: GitHub

fix(i18n): fix the abbr of "March" for the DE language ("Mar" -> "Mrz) (#18387)

The current mothAbbr does not follow ISO8601, which is "Mrz" instead of "Mar" in germany.
Please see also datejs implementation: https://github.com/datejs/Datejs/blob/master/build/date-de-DE.js#L9
上级 0be0cfcc
......@@ -28,7 +28,7 @@ export default {
'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'
],
monthAbbr: [
'Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun',
'Jan', 'Feb', 'Mrz', 'Apr', 'Mai', 'Jun',
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
],
dayOfWeek: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册