From d2e628f174bdc6e58e75ed384ba9b3471d268bba Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Fri, 6 Feb 2026 15:25:10 +0100 Subject: [PATCH] Update resources.ts --- src/i18n/resources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 33e29f37..214328a3 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -18,6 +18,7 @@ import cs from './locales/cs.json'; import tr from './locales/tr.json'; import sl from './locales/sl.json'; import mk from './locales/mk.json'; +import ru from './locales/ru.json'; export const resources = { en: { translation: en }, @@ -39,4 +40,5 @@ export const resources = { tr: { translation: tr }, sl: { translation: sl }, mk: { translation: mk }, + ru: { translation: ru }, };