From 0164f364b8f2fc97732b3e771fc9e267585bafa9 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Fri, 21 Jun 2024 11:18:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/os/docs_pagetranslate.os | 2 +- docs/docusaurus/docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/os/docs_pagetranslate.os b/.github/workflows/os/docs_pagetranslate.os index e50b8c60..3f3f55b9 100644 --- a/.github/workflows/os/docs_pagetranslate.os +++ b/.github/workflows/os/docs_pagetranslate.os @@ -43,7 +43,7 @@ ТекущийТекст = СтрЗаменить(ТекущийТекст, "defaultLocale: 'ru',", "defaultLocale: 'en',"); ТекущийТекст = СтрЗаменить(ТекущийТекст, "locales: ['ru'],", "locales: ['en'],"); ТекущийТекст = СтрЗаменить(ТекущийТекст, "url: 'https://openintegrations.dev',", "url: 'https://en.openintegrations.dev',"); - ТекущийТекст = СтрЗаменить(ТекущийТекст, "Russain", "Русский"); + ТекущийТекст = СтрЗаменить(ТекущийТекст, "Russian", "Русский"); ТекущийДокумент.УстановитьТекст(ТекущийТекст); ТекущийДокумент.Записать(Файл.ПолноеИмя); diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index 6e5f056a..71d842b4 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -105,11 +105,11 @@ const config = { items: [ { label: 'English', - href: 'https://en.openintegrations.dev', + href:'https://en.openintegrations.dev', }, { label: 'Русский', - href: 'https://openintegrations.dev', + href:'https://openintegrations.dev', }, // ... more items ],