From 31d3d4bec8c9b119a758aea19fce15844d2b39be Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 17:24:01 +0100 Subject: [PATCH] Add Hebrew locale to locales.ts --- src/constants/locales.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' } +];