From e8b31d282369f7ed0b60bca4a8415f579a147dbf Mon Sep 17 00:00:00 2001
From: vvtimofeev <108340247+vvtimofeev@users.noreply.github.com>
Date: Thu, 21 Nov 2024 16:59:57 +0500
Subject: [PATCH] feat: add news topic about UIKit 7 (#308)
---
public/locales/en/home.json | 4 ++--
public/locales/ru/home.json | 4 ++--
src/content/landing.ts | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/public/locales/en/home.json b/public/locales/en/home.json
index 4969f72e78a9..80fbb06c63b3 100644
--- a/public/locales/en/home.json
+++ b/public/locales/en/home.json
@@ -4,8 +4,8 @@
"news_title": "Recent updates",
"banner_content": "We are planning to hold our first webinar (firstly in Russian). We would greatly appreciate your assistance with questions.",
"news_items_item1": "We are planning to hold our first webinar (firstly in Russian). We would greatly appreciate your assistance with questions.",
- "news_items_item2": "The ActionPanel, Definition List, File Preview and Placeholder Container have been improved and pushed to UIKit!",
- "news_items_item3": "Meet our new major library, Graph! A really high-performance renderer with dynamic, scale-aware detail.",
+ "news_items_item2": "Here is a sneak peek at the features coming with UiKit 7 this winter. Check them out!",
+ "news_items_item3": "The ActionPanel, Definition List, File Preview and Placeholder Container have been improved and pushed to UIKit!",
"features_feature1_title": "Built on real-life experience",
"features_feature1_description": "Conceived as an in-house solution in response to real developers' needs, we released Gravity to the open-source community.",
"features_feature2_title": "First class design",
diff --git a/public/locales/ru/home.json b/public/locales/ru/home.json
index e5ff507254ee..fcebdac82a44 100644
--- a/public/locales/ru/home.json
+++ b/public/locales/ru/home.json
@@ -4,8 +4,8 @@
"news_title": "Новости",
"banner_content": "Мы планируем провести наш первый вебинар (пока на русском). Пожалуйста, помогите нам с вопросами.",
"news_items_item1": "Мы планируем провести наш первый вебинар (пока на русском). Пожалуйста, помогите нам с вопросами.",
- "news_items_item2": "Компоненты ActionPanel, Definition List, File Preview и Placeholder Container доработаны и добавлены в UIKit!",
- "news_items_item3": "Встречайте новую крутую библиотеку - Graph! По настоящему высокопроизводительный рендер графов с динамической детализацией.",
+ "news_items_item2": "Мы собрали превью новых фичей, которые появятся этой зимой в UIKit 7. Заходите почитать!",
+ "news_items_item3": "Компоненты ActionPanel, Definition List, File Preview и Placeholder Container доработаны и добавлены в UIKit!",
"features_feature1_title": "Основано на реальном опыте использования",
"features_feature1_description": "Внутреннее решение в ответ на реальные потребности разработчиков: мы выпустили Gravity для open-source сообщества.",
"features_feature2_title": "Отличный дизайн",
diff --git a/src/content/landing.ts b/src/content/landing.ts
index 7fbb691d1d88..02aafd41f78f 100644
--- a/src/content/landing.ts
+++ b/src/content/landing.ts
@@ -62,11 +62,11 @@ export const getLanding = (t: TFunction): CustomPageContent => ({
title: t('home:news_title'),
items: [
{
- date: '2024-11-15T10:00:00.000Z',
+ date: '2024-11-21T08:00:00.000Z',
content: t('home:news_items_item2'),
},
{
- date: '2024-10-17T16:00:00.000Z',
+ date: '2024-11-15T10:00:00.000Z',
content: t('home:news_items_item3'),
},
],