feat(i18n): Add Bulgarian translations

This commit is contained in:
Milen Mihalev
2026-01-15 11:50:25 +02:00
parent df28e2dc7d
commit 663bc2be8d
3 changed files with 48 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import frTranslations from './locales/fr.json' with {type: 'json'};
import deTranslations from './locales/de.json' with {type: 'json'};
import hiTranslations from './locales/hi.json' with {type: 'json'};
import ptTranslations from './locales/pt.json' with {type: 'json'};
import bgTranslations from './locales/bg.json' with {type: 'json'};
export {
SUPPORTED_LANGUAGES,
DEFAULT_LANGUAGE,
@@ -36,6 +37,7 @@ const translationsMap: Record<string, Translations> = {
fr: frTranslations,
hi: hiTranslations,
pt: ptTranslations,
bg: bgTranslations,
};
// In-memory cache for loaded translations