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' } ];