diff --git a/src/constants/locales.ts b/src/constants/locales.ts index 5b277e70..e658637f 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -10,5 +10,6 @@ export const LOCALES = [ { code: 'hr', key: 'croatian' }, { code: 'zh-CN', key: 'chinese' }, { code: 'hi', key: 'hindi' }, - { code: 'sr', key: 'serbian' } -]; \ No newline at end of file + { code: 'sr', key: 'serbian' } + { code: 'he', key: 'hebrew' } +];