diff --git a/wp-content/themes/cosmopet/global-functions/multilang-functions.php b/wp-content/themes/cosmopet/global-functions/multilang-functions.php index 3eb1761..6ef61be 100644 --- a/wp-content/themes/cosmopet/global-functions/multilang-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multilang-functions.php @@ -107,6 +107,33 @@ add_action('init', function () { ], 'group' => 'General', ], + [ + 'name' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'string' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'translations' => [ + 'ru' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'en' => 'PRODUCTION STAGES', + ], + 'group' => 'General', + ], + [ + 'name' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'string' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'translations' => [ + 'ru' => 'ЭТАПЫ ПРОИЗВОДСТВА', + 'en' => 'PRODUCTION STAGES', + ], + 'group' => 'General', + ], + [ + 'name' => 'Этапы производства корма', + 'string' => 'Этапы производства корма', + 'translations' => [ + 'ru' => 'Этапы производства корма', + 'en' => 'Stages of feed production', + ], + 'group' => 'General', + ], [ 'name' => 'Ваше имя', 'string' => 'Ваше имя', diff --git a/wp-content/themes/cosmopet/templates/_pages/production.twig b/wp-content/themes/cosmopet/templates/_pages/production.twig index 4cfc200..ebc9826 100644 --- a/wp-content/themes/cosmopet/templates/_pages/production.twig +++ b/wp-content/themes/cosmopet/templates/_pages/production.twig @@ -25,7 +25,9 @@ {% for item in desc %}
{{ item.text }}
{% endfor %} + {% if site_region == 'ru' %}В ОСНОВЕ ПРОИЗВОДСТВА COSMOPET — УНИКАЛЬНЫЙ ТЕХНОЛОГИЧЕСКИЙ ПРОЦЕСС, КОТОРЫЙ НЕ ИМЕЕТ АНАЛОГОВ В МИРЕ.
+ {% endif %}