1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Update docs_main.os

This commit is contained in:
Anton Titovets
2025-05-05 11:06:57 +03:00
parent d71db5d6e3
commit c1ad8249af

4
ci/os/docs_main.os vendored
View File

@@ -157,9 +157,9 @@
Макет = Макет.ПолучитьТекст();
Если ТекущийЯзык = "ru" Тогда
ШаблонОписания = """%1"" и другие функции для работы с %2 в Открытом пакете интеграций - бесплатной open-source библиотеке интеграций для 1С:Предприятие 8, OneScript и CLI";
ШаблонОписания = "%1 и другие функции для работы с %2 в Открытом пакете интеграций - бесплатной open-source библиотеке интеграций для 1С:Предприятие 8, OneScript и CLI";
Иначе
ШаблонОписания = """%1"" and other functions to work with %2 in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI";
ШаблонОписания = "%1 and other functions to work with %2 in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI";
КонецЕсли;
ОписаниеСтраницы = СтрШаблон(ШаблонОписания, СтруктураМетода["Заголовок"], СтруктураМетода["Библиотека"]);