From af2cac9128b572a8c3cd982bdc03a8a187dee919 Mon Sep 17 00:00:00 2001 From: Andrey Molchanov Date: Mon, 22 Jul 2024 11:24:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index fd99adc..5592551 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -74,6 +74,24 @@ export default { returnToTopLabel: "Наверх", search: { provider: "local", + options: { + detailedView: true, + translations: { + button: { + buttonText: "Поиск", + }, + modal: { + displayDetails: "Детальный просмотр", + resetButtonTitle: "Сбросить поиск", + noResultsText: "Не найдено", + footer: { + selectText: "Выбор", + navigateText: "Навигация", + closeText: "Закрыть", + }, + }, + }, + }, }, }, };