From 56f4cef8438f1a50b48af1df38c47cb31ad9d570 Mon Sep 17 00:00:00 2001 From: Drone Date: Fri, 13 Mar 2026 14:15:33 +0300 Subject: [PATCH] fix(i18n): fix typo in russian translation --- packages/core/src/i18n/locales/ru.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/i18n/locales/ru.ts b/packages/core/src/i18n/locales/ru.ts index b150359714..0c7537b1bc 100644 --- a/packages/core/src/i18n/locales/ru.ts +++ b/packages/core/src/i18n/locales/ru.ts @@ -272,7 +272,7 @@ export const ru: Dictionary = { text_title: "Текст", background_title: "Задний фон", colors: { - default: "По умолчинию", + default: "По умолчанию", gray: "Серый", brown: "Коричневый", red: "Красный",