mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-06 16:20:19 +01:00
🌍 : Add Hebrew Translation (#1953)
* feat: add hebrew * fix: review issues * fix language options
This commit is contained in:
parent
eccf7bbbde
commit
7c85b35af0
5 changed files with 389 additions and 21 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue