From c6a53d5852e17a6b64489fa9cb3374a7f55eaa2d Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 16:54:15 +0100 Subject: [PATCH] Add Hebrew localization support --- src/i18n/resources.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 106b445a..1d81a5cb 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -11,6 +11,7 @@ import hr from './locales/hr.json'; import hi from './locales/hi.json'; import zhCN from './locales/zh-CN.json'; import sr from './locales/sr.json'; +import he from './locales/he.json'; export const resources = { en: { translation: en },