Skip to content

Commit 0219d56

Browse files
authored
feat: added topic about import in themer (#441)
1 parent 1d771ff commit 0219d56

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

public/locales/en/home.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"header_actions_howToStart": "How to Start",
44
"news_title": "Recent updates",
55
"banner_content": "We are collecting questions for the Markdown editor webinar, please fill out the form!",
6-
"news_items_item1": "We have a <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">contributors guide</a> now — it describes how to make a PR to our libraries so that it gets to the main branch.",
7-
"news_items_item2": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Read the post</a> about architectural challenges that arose during the creation of the Gravity UI Graph library!",
8-
"news_items_item3": "We created a post about measuring UI Kit component performance and comparing it with other frameworks, <a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/posts/931702/\">read here</a>!",
6+
"news_items_item1": "You can now import your theme in <a href=\"/themer\">the themer</a> — JSON and CSS formats are supported.",
7+
"news_items_item2": "We have a <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">contributors guide</a> now — it describes how to make a PR to our libraries so that it gets to the main branch.",
8+
"news_items_item3": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Read the post</a> about architectural challenges that arose during the creation of the Gravity UI Graph library!",
99
"features_feature1_title": "Built on real-life experience",
1010
"features_feature1_description": "Conceived as an in-house solution in response to real developers' needs, we released Gravity to the open-source community.",
1111
"features_feature2_title": "First class design",

public/locales/es/home.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"header_actions_howToStart": "Cómo empezar",
44
"news_title": "Actualizaciones recientes",
55
"banner_content": "Estamos recogiendo preguntas para el webinar sobre el Markdown editor. ¡Por favor, complete el formulario!",
6-
"news_items_item1": "Se ha lanzado la <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">guía para colaboradores</a>, en ella se describe cómo hacer un PR a nuestras bibliotecas para que llegue a main.",
7-
"news_items_item2": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Lee el post</a> sobre los desafíos arquitectónicos que surgieron durante la creación de la biblioteca Gravity UI Graph!",
8-
"news_items_item3": "Creamos una publicación sobre la medición del rendimiento de los componentes del UI Kit y la comparación con otros frameworks, <a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/posts/931702/\">léela aquí</a>!",
6+
"news_items_item1": "Ahora puedes importar tu tema en <a href=\"/themer\">el themer</a>se admiten formatos JSON y CSS.",
7+
"news_items_item2": "Se ha lanzado la <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">guía para colaboradores</a>, en ella se describe cómo hacer un PR a nuestras bibliotecas para que llegue a main.",
8+
"news_items_item3": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Lee el post</a> sobre los desafíos arquitectónicos que surgieron durante la creación de la biblioteca Gravity UI Graph!",
99
"features_feature1_title": "Basado en la experiencia de la vida real",
1010
"features_feature1_description": "Concebido como una solución interna en respuesta a las necesidades reales de los desarrolladores, lanzamos Gravity a la comunidad de código abierto.",
1111
"features_feature2_title": "Diseño de primera clase",

public/locales/ru/home.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"header_actions_howToStart": "С чего начать",
44
"news_title": "Новости",
55
"banner_content": "Собираем вопросы к вебинару по Markdown editor, пожалуйста заполните форму!",
6-
"news_items_item1": "Вышел <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">contributors guide</a>, в нём описано, как сделать PR в наши библиотеки так, чтобы он добрался до main.",
7-
"news_items_item2": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Читайте пост</a> про архитектурные вызовы, которые возникали при создании библиотеки Gravity UI Graph!",
8-
"news_items_item3": "Сделали пост про замер производительности компонентов UI Kit и сравнение с другими фреймворками, <a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/posts/931702/\">читайте тут</a>!",
6+
"news_items_item1": "Теперь вы можете импортировать свою тему в <a href=\"/themer\">themer</a> — поддерживаются форматы JSON и CSS.",
7+
"news_items_item2": "Вышел <a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">contributors guide</a>, в нём описано, как сделать PR в наши библиотеки так, чтобы он добрался до main.",
8+
"news_items_item3": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">Читайте пост</a> про архитектурные вызовы, которые возникали при создании библиотеки Gravity UI Graph!",
99
"features_feature1_title": "Основано на реальном опыте использования",
1010
"features_feature1_description": "Внутреннее решение в ответ на реальные потребности разработчиков: мы выпустили Gravity для open-source сообщества.",
1111
"features_feature2_title": "Отличный дизайн",

public/locales/zh/home.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"header_actions_howToStart": "如何开始",
44
"news_title": "最近的更新",
55
"banner_content": "我们正在为 Markdown editor 网络研讨会收集问题,请填写此表格!",
6-
"news_items_item1": "发布了<a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">贡献者指南</a>,其中描述了如何向我们的库提交 PR 以便合并到 main 分支",
7-
"news_items_item2": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">阅读文章</a>了解在创建 Gravity UI Graph 库过程中出现的架构挑战!",
8-
"news_items_item3": "我们创建了一篇关于测量UI Kit组件性能并与其他框架进行比较的文章,<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/posts/931702/\">请点击此处阅读</a>!",
6+
"news_items_item1": "现在您可以在<a href=\"/themer\">主题设置器</a>中导入您的主题 — 支持 JSON 和 CSS 格式",
7+
"news_items_item2": "发布了<a target=\"_blank\" href=\"https://github.com/gravity-ui/uikit/tree/main/contribute\">贡献者指南</a>,其中描述了如何向我们的库提交 PR 以便合并到 main 分支。",
8+
"news_items_item3": "<a target=\"_blank\" href=\"https://habr.com/ru/companies/yandex/articles/934562/\">阅读文章</a>了解在创建 Gravity UI Graph 库过程中出现的架构挑战",
99
"features_feature1_title": "建立在现实生活体验之上",
1010
"features_feature1_description": "作为响应开发人员实际需求的内部解决方案,我们向开源社区发布了 Gravity。",
1111
"features_feature2_title": "一流的设计",

src/content/landing.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ export const getLanding = ({
7373
title: t('home:news_title'),
7474
items: [
7575
{
76-
date: '2025-08-14T14:00:00.000Z',
76+
date: '2025-09-02T14:00:00.000Z',
7777
content: t('home:news_items_item1'),
7878
},
7979
{
80-
date: '2025-08-11T14:00:00.000Z',
80+
date: '2025-08-14T14:00:00.000Z',
8181
content: t('home:news_items_item2'),
8282
},
8383
{
84-
date: '2025-07-30T14:00:00.000Z',
84+
date: '2025-08-11T14:00:00.000Z',
8585
content: t('home:news_items_item3'),
8686
},
8787
],

0 commit comments

Comments
 (0)