🌍 : 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

@ -16,6 +16,7 @@ import Vietnamese from './languages/Vi';
import Turkish from './languages/Tr';
import Dutch from './languages/Nl';
import Indonesia from './languages/Id';
import Hebrew from './languages/He';
// === import additional language files here === //
@ -38,6 +39,7 @@ const languageMap: { [key: string]: unknown } = {
'tr-TR': Turkish,
'nl-NL': Dutch,
'id-ID': Indonesia,
'he-HE': Hebrew,
// Add additional language mappings here
};