From 22bac358d6f73b0f50d0563166b9b15428d434f1 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Tue, 22 Feb 2022 17:45:44 -0800 Subject: [PATCH] Use full month name for post date --- i18n/en.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 30f39ff..e30f8ce 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -13,7 +13,7 @@ other = "Jan 2, 2006" [post] [post.created] -other = "Jan 2, 2006" +other = "January 2, 2006" [post.updated] -other = "Updated Jan 2, 2006" \ No newline at end of file +other = "Updated January 2, 2006"