Add Bulgarian translations to resources

This commit is contained in:
milicevicivan 2026-02-05 17:47:27 +01:00 committed by GitHub
parent 85ac2e810f
commit 52bfa24a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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