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:
Gerhard Schlager 2019-11-06 22:30:40 +01:00
parent 17366d3bcc
commit ee5b56914c
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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