From 4a5aa385945c019e89dd2a60165f4cad656a85e2 Mon Sep 17 00:00:00 2001
From: vvtimofeev <108340247+vvtimofeev@users.noreply.github.com>
Date: Fri, 15 Nov 2024 14:50:56 +0300
Subject: [PATCH] feat: topic about new components (#305)
---
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 ca5af11e8e69..4969f72e78a9 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": "Meet our new major library, Graph! A really high-performance renderer with dynamic, scale-aware detail.",
- "news_items_item3": "Introducing MarkdownEditor. It allows you to create and edit content in a convenient visual form while retaining full control over the underlying markup.",
+ "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.",
"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 6820a7f89b61..e5ff507254ee 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": "Встречайте новую крутую библиотеку - Graph! По настоящему высокопроизводительный рендер графов с динамической детализацией.",
- "news_items_item3": "Выпустили MarkdownEditor. Он позволяет создавать и редактировать тексты: интерактивно или при помощи языка разметки.",
+ "news_items_item2": "Компоненты ActionPanel, Definition List, File Preview и Placeholder Container доработаны и добавлены в UIKit!",
+ "news_items_item3": "Встречайте новую крутую библиотеку - Graph! По настоящему высокопроизводительный рендер графов с динамической детализацией.",
"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 cf6eb8c5c36d..7fbb691d1d88 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-10-17T16:00:00.000Z',
+ date: '2024-11-15T10:00:00.000Z',
content: t('home:news_items_item2'),
},
{
- date: '2024-09-20T16:00:00.000Z',
+ date: '2024-10-17T16:00:00.000Z',
content: t('home:news_items_item3'),
},
],