Skip to content

Commit

Permalink
feat: add news topic about UIKit 7 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev authored Nov 21, 2024
1 parent 5fbf3e1 commit e8b31d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"https://clck.ru/3EKYsq\">assistance with questions</a>.",
"news_items_item2": "The ActionPanel, Definition List, File Preview and Placeholder Container have been improved and pushed to <a href=\"/libraries/uikit\">UIKit</a>!",
"news_items_item3": "Meet our new major library, Graph! A really <a href=\"/libraries/graph/playground\">high-performance renderer</a> with dynamic, scale-aware detail.",
"news_items_item2": "<a href=\"https://github.com/gravity-ui/uikit/issues/1951\">Here is a sneak peek</a> 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 <a href=\"/libraries/uikit\">UIKit</a>!",
"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",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/ru/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"news_title": "Новости",
"banner_content": "Мы планируем провести наш первый вебинар (пока на русском). Пожалуйста, помогите нам с вопросами.",
"news_items_item1": "Мы планируем провести наш первый вебинар (пока на русском). Пожалуйста, помогите нам <a href=\"https://clck.ru/3EKYsq\">с вопросами</a>.",
"news_items_item2": "Компоненты ActionPanel, Definition List, File Preview и Placeholder Container доработаны и добавлены в <a href=\"/libraries/uikit\">UIKit</a>!",
"news_items_item3": "Встречайте новую крутую библиотеку - Graph! По настоящему <a href=\"/libraries/graph/playground\">высокопроизводительный рендер графов</a> с динамической детализацией.",
"news_items_item2": "<a href=\"https://github.com/gravity-ui/uikit/issues/1951\">Мы собрали превью</a> новых фичей, которые появятся этой зимой в UIKit 7. Заходите почитать!",
"news_items_item3": "Компоненты ActionPanel, Definition List, File Preview и Placeholder Container доработаны и добавлены в <a href=\"/libraries/uikit\">UIKit</a>!",
"features_feature1_title": "Основано на реальном опыте использования",
"features_feature1_description": "Внутреннее решение в ответ на реальные потребности разработчиков: мы выпустили Gravity для open-source сообщества.",
"features_feature2_title": "Отличный дизайн",
Expand Down
4 changes: 2 additions & 2 deletions src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
],
Expand Down

0 comments on commit e8b31d2

Please sign in to comment.