Add Bulgarian locale to locales.ts

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

View file

@ -12,4 +12,5 @@ export const LOCALES = [
{ code: 'hi', key: 'hindi' },
{ code: 'sr', key: 'serbian' }
{ code: 'he', key: 'hebrew' }
{ code: 'bg', key: 'bulgarian' }
];