From 60d3eec8f77836097f6c96d3c93a12622ba0bb8b Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 8 Jul 2025 00:11:20 -0700 Subject: [PATCH] add sl to i18n config --- src/i18n/i18n.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/i18n.ts b/src/i18n/i18n.ts index 0656d426..651efabd 100644 --- a/src/i18n/i18n.ts +++ b/src/i18n/i18n.ts @@ -19,6 +19,7 @@ import nl from './locales/nl.json'; import pl from './locales/pl.json'; import ptBr from './locales/pt-BR.json'; import ru from './locales/ru.json'; +import sl from './locales/sl.json'; import sr from './locales/sr.json'; import sv from './locales/sv.json'; import ta from './locales/ta.json'; @@ -43,6 +44,7 @@ const resources = { pl: { translation: pl }, 'pt-BR': { translation: ptBr }, ru: { translation: ru }, + sl: { translation: sl }, sr: { translation: sr }, sv: { translation: sv }, ta: { translation: ta }, @@ -119,6 +121,10 @@ export const languages = [ label: 'Русский', value: 'ru', }, + { + label: 'Slovenščina', + value: 'sl', + }, { label: 'Srpski', value: 'sr',