From bff70c8d6bc4c0290194c36f8fe855abfa53e297 Mon Sep 17 00:00:00 2001 From: xicoivy Date: Thu, 29 Jan 2026 19:24:08 +0100 Subject: [PATCH] Added Serbian --- src/i18n/resources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index feb80a4f..a9679531 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -10,6 +10,7 @@ import de from './locales/de.json'; import hr from './locales/hr.json'; import hi from './locales/hi.json'; import zhCN from './locales/zh-CN.json'; +import sr from './locales/sr.json'; export const resources = { en: { translation: en }, @@ -23,4 +24,5 @@ export const resources = { hr: { translation: hr }, 'zh-CN': { translation: zhCN }, hi: { translation: hi }, + sr: { translation: hr }, };