From df5bb14758add6a05f00ca42601cd5a9f10dd36d Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 3 May 2017 01:00:08 +0200 Subject: [PATCH] New translations config.php (Slovenian) --- resources/lang/sl_SI/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/sl_SI/config.php b/resources/lang/sl_SI/config.php index 827ebea3f0..04a6492168 100644 --- a/resources/lang/sl_SI/config.php +++ b/resources/lang/sl_SI/config.php @@ -10,12 +10,12 @@ */ return [ - 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8', + 'locale' => 'sl, Slovenian, sl_SI, sl_SI.utf8, sl_SI.UTF-8', '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' => 'teden %W, %Y', 'quarter_of_year' => '%B %Y', 'year' => '%Y', 'half_year' => '%B %Y',