From ee5b56914cec8c71758c6c3d6e8cbe2a5036f500 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 6 Nov 2019 22:30:40 +0100 Subject: [PATCH] FIX: Use long version of month names in date formats Otherwise we'd need to add `date.abbr_month_names` to `server.en.yml` --- config/locales/server.pl_PL.yml | 2 +- config/locales/server.vi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index c6924dcdeee..75f2d442316 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -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: diff --git a/config/locales/server.vi.yml b/config/locales/server.vi.yml index c195f1791af..8880a66aab2 100644 --- a/config/locales/server.vi.yml +++ b/config/locales/server.vi.yml @@ -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