From 528f0dcbffa3ac2d17fa6cab1019342e4b5b8aaa Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 17:48:45 +0100 Subject: [PATCH] Add Bulgarian locale to locales.ts --- src/constants/locales.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/locales.ts b/src/constants/locales.ts index e658637f..bb5064d3 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -12,4 +12,5 @@ export const LOCALES = [ { code: 'hi', key: 'hindi' }, { code: 'sr', key: 'serbian' } { code: 'he', key: 'hebrew' } + { code: 'bg', key: 'bulgarian' } ];