From b536165b8c94ff984b5ace0709534b2332a2fdd7 Mon Sep 17 00:00:00 2001 From: Karmalakas Date: Mon, 21 Jun 2021 18:51:58 +0300 Subject: [PATCH] Fix default EN format (#8) Change m > i for minutes Bump up the version #7 --- blueprints.yaml | 2 +- translate-date.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index 297d126..14c1924 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Translate Date slug: translate-date type: plugin -version: 0.2.2 +version: 0.2.3 description: Define date formats for each language and easily use for dates in your templates icon: calendar author: diff --git a/translate-date.yaml b/translate-date.yaml index 29e2833..c41e969 100644 --- a/translate-date.yaml +++ b/translate-date.yaml @@ -1,5 +1,5 @@ enabled: true processor: basic # `basic|intl` formats: - en: 'm/d/Y h:mA' + en: 'm/d/Y h:iA' lt: 'Y-m-d H:i'