Add Hebrew localization support

This commit is contained in:
milicevicivan 2026-02-05 16:54:15 +01:00 committed by GitHub
parent 68621a8ca0
commit c6a53d5852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },