From 52bfa24a20740d1323f5edd86d775999784a78ca Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 17:47:27 +0100 Subject: [PATCH] Add Bulgarian translations to resources --- src/i18n/resources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 4dbfcd3e..82aa6691 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -12,6 +12,7 @@ import hi from './locales/hi.json'; import zhCN from './locales/zh-CN.json'; import sr from './locales/sr.json'; import he from './locales/he.json'; +import bg from './locales/bg.json'; export const resources = { en: { translation: en }, @@ -27,4 +28,5 @@ export const resources = { hi: { translation: hi }, sr: { translation: sr }, he: { translation: he }, + bg: { translation: bg }, };