From 992406845dc29399cf782972865af35d07db40c5 Mon Sep 17 00:00:00 2001 From: Repellent Date: Mon, 26 Jan 2026 14:08:47 +0500 Subject: [PATCH] =?UTF-8?q?+fix=20=D0=BF=D1=80=D0=B8=D0=B2=D0=B5=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=20=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=B4=D0=B0=D1=80=D1=82=D0=B0=D0=BC:=20'Mar'=20=3D>=20'=D0=9C?= =?UTF-8?q?=D0=B0=D1=80',=20//=20=D0=91=D1=8B=D0=BB=D0=BE=20=D0=9C=D1=80?= =?UTF-8?q?=D1=82=20=D0=B8=20'Nov'=20=3D>=20'=D0=9D=D0=BE=D1=8F',=20//=20?= =?UTF-8?q?=D0=91=D1=8B=D0=BB=D0=BE=20=D0=9D=D0=B1=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/func.locale.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/func.locale.php b/functions/func.locale.php index b8dda1e..d7a2550 100644 --- a/functions/func.locale.php +++ b/functions/func.locale.php @@ -612,7 +612,7 @@ function pretty_date($string, $language = '') 'Jan'=>'Янв', 'Feb'=>'Фев', - 'Mar'=>'Мрт', + 'Mar'=>'Мар', 'Apr'=>'Апр', 'May'=>'Май', 'Jun'=>'Июн', @@ -620,7 +620,7 @@ function pretty_date($string, $language = '') 'Aug'=>'Авг', 'Sep'=>'Сен', 'Oct'=>'Окт', - 'Nov'=>'Нбр', + 'Nov'=>'Ноя', 'Dec'=>'Дек', 'Monday'=>'Понедельник',