From 8f7541b84151a7bfa767009f31d8078a14970e01 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 12:21:45 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index 58220429bf..51c1793191 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -10,12 +10,12 @@ */ return [ - 'locale' => 'en, English, en_US, en_US.utf8', + 'locale' => 'pl, Polski, pl_PL, pl_PL.utf8', 'month' => '%B %Y', 'month_and_day' => '%B %e, %Y', 'date_time' => '%B %e, %Y, @ %T', 'specific_day' => '%e %B %Y', - 'week_in_year' => 'Week %W, %Y', + 'week_in_year' => 'Tydzień %W, %Y', 'quarter_of_year' => '%B %Y', 'year' => '%Y', 'half_year' => '%B %Y',