FIX: Use long version of month names in date formats
Otherwise we'd need to add `date.abbr_month_names` to `server.en.yml`
This commit is contained in:
parent
17366d3bcc
commit
ee5b56914c
|
@ -14,7 +14,7 @@ pl_PL:
|
|||
formats:
|
||||
short: "%d.%m.%Y"
|
||||
short_no_year: "%-d %B"
|
||||
date_only: "%-d %b %Y"
|
||||
date_only: "%-d %B %Y"
|
||||
long: "%B %-d, %Y, %l:%M%P"
|
||||
no_day: "%B %Y"
|
||||
date:
|
||||
|
|
|
@ -14,7 +14,7 @@ vi:
|
|||
formats:
|
||||
short: "%m-%d-%Y"
|
||||
short_no_year: "%B %-d"
|
||||
date_only: "%b %-d, %Y"
|
||||
date_only: "%B %-d, %Y"
|
||||
date:
|
||||
month_names: [~, Tháng Một, Tháng Hai, Tháng Ba, Tháng Tư, Tháng Năm, Tháng Sáu, Tháng Bảy, Tháng Tám, Tháng Chín, Tháng Mười, Tháng Mười Một, Tháng Mười Hai]
|
||||
<<: *datetime_formats
|
||||
|
|
Loading…
Reference in New Issue