1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Кнопка перевода

This commit is contained in:
Anton Titovets 2024-06-21 12:33:17 +03:00
parent c40965d28a
commit 8d13477b6c
3 changed files with 3621 additions and 3625 deletions

View File

@ -43,7 +43,7 @@
ТекущийТекст = СтрЗаменить(ТекущийТекст, "defaultLocale: 'ru',", "defaultLocale: 'en',");
ТекущийТекст = СтрЗаменить(ТекущийТекст, "locales: ['ru'],", "locales: ['en'],");
ТекущийТекст = СтрЗаменить(ТекущийТекст, "url: 'https://openintegrations.dev',", "url: 'https://en.openintegrations.dev',");
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Russian", "Русский");
ТекущийТекст = СтрЗаменить(ТекущийТекст, "English", "Русский");
ТекущийДокумент.УстановитьТекст(ТекущийТекст);
ТекущийДокумент.Записать(Файл.ПолноеИмя);

View File

@ -105,12 +105,8 @@ const config = {
items: [
{
label: 'English',
href:"https://en.openintegrations.dev",
},
{
label: 'Русский',
href:"https://openintegrations.dev",
},
href: 'https://en.openintegrations.dev',
}
// ... more items
],
},

File diff suppressed because it is too large Load Diff