From fe80024cc3274d3a1866a024b7c73bf413dff132 Mon Sep 17 00:00:00 2001 From: maksim Date: Wed, 18 Jun 2025 19:10:23 +0300 Subject: [PATCH] =?UTF-8?q?Task=206807=20|=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D1=84=D1=80=D0=B0=D0=B7=D1=8B=20=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=BE=D0=B9=20=D0=BA=D0=BE=D1=80=D0=B7=D0=B8?= =?UTF-8?q?=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../themes/cosmopet/global-functions/multilang-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/cosmopet/global-functions/multilang-functions.php b/wp-content/themes/cosmopet/global-functions/multilang-functions.php index bcbd80b..10ae52f 100644 --- a/wp-content/themes/cosmopet/global-functions/multilang-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multilang-functions.php @@ -1553,4 +1553,5 @@ add_action('init', function () { pll_register_string('Подписка на товар оформлена', 'Подписка на товар оформлена', 'Theme'); pll_register_string('На ваш e-mail придет письмо, как только продукт появится в наличии.', 'На ваш e-mail придет письмо, как только продукт появится в наличии.', 'Theme'); pll_register_string('Продолжить покупки', 'Продолжить покупки', 'Theme'); + pll_register_string('Your cart is empty', 'Your cart is empty', 'Cart'); }); \ No newline at end of file