diff --git a/wp-content/themes/cosmopet/global-functions/multilang-functions.php b/wp-content/themes/cosmopet/global-functions/multilang-functions.php index 6ef61be..6c9ed72 100644 --- a/wp-content/themes/cosmopet/global-functions/multilang-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multilang-functions.php @@ -134,6 +134,15 @@ add_action('init', function () { ], 'group' => 'General', ], + [ + 'name' => 'Наши партнеры', + 'string' => 'Наши партнеры', + 'translations' => [ + 'ru' => 'Наши партнеры', + 'en' => 'Our partners', + ], + 'group' => 'General', + ], [ 'name' => 'Ваше имя', 'string' => 'Ваше имя',