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 }, };