From d3e9fe37ebb1d7e5ba36f0f8036f08b353d73f32 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 19:50:07 +0200 Subject: [PATCH] New translations config.php (Polish) --- resources/lang/pl_PL/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index 1e88ed4078..0d0f130178 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -15,7 +15,7 @@ return [ 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', 'month' => '%B %Y', 'month_and_day' => '%e %B %Y', - 'date_time' => '%B %e, %Y, @ %T', + 'date_time' => '%e %B %Y o %T', 'specific_day' => '%e %B %Y', 'week_in_year' => 'Tydzień %W, %Y', 'quarter_of_year' => '%B %Y',