From 3f89fad67f28ac93813b321bbc98b31b768931f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Wed, 11 Jun 2025 14:59:41 +0700 Subject: [PATCH] Update +layout.svelte --- frontend/src/routes/+layout.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 27dbca4..963dfcf 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -16,8 +16,9 @@ register('pl', () => import('../locales/pl.json')); register('ko', () => import('../locales/ko.json')); register('no', () => import('../locales/no.json')); + register('ru', () => import('../locales/ru.json')); - let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl', 'ko', 'no']; + let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl', 'ko', 'no', 'ru']; if (browser) { init({