🌍 : Add Hebrew Translation (#1953)

* feat: add hebrew

* fix: review issues

* fix language options
This commit is contained in:
Ido Ophir 2024-03-05 00:16:49 +02:00 committed by GitHub
parent eccf7bbbde
commit 7c85b35af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 389 additions and 21 deletions

View file

@ -104,6 +104,7 @@ export const LangSelector = ({
{ value: 'tr-TR', display: localize('com_nav_lang_turkish') },
{ value: 'nl-NL', display: localize('com_nav_lang_dutch') },
{ value: 'id-ID', display: localize('com_nav_lang_indonesia') },
{ value: 'he-HE', display: localize('com_nav_lang_hebrew') },
];
return (