mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218)
* italian translation * some translation fixes + dutch translation * fix(Dropdown) more dynamic * fix(Nl) * fix(Nl) * added comment in Nl.tsx
This commit is contained in:
parent
822914d521
commit
3838ff4617
11 changed files with 640 additions and 320 deletions
|
|
@ -14,6 +14,7 @@ import Korean from './languages/Ko';
|
|||
import TraditionalChinese from './languages/ZhTraditional';
|
||||
import Vietnamese from './languages/Vi';
|
||||
import Turkish from './languages/Tr';
|
||||
import Dutch from './languages/Nl';
|
||||
// === import additional language files here === //
|
||||
|
||||
const languageMap: { [key: string]: unknown } = {
|
||||
|
|
@ -33,6 +34,7 @@ const languageMap: { [key: string]: unknown } = {
|
|||
'zh-TC': TraditionalChinese,
|
||||
'vi-VN': Vietnamese,
|
||||
'tr-TR': Turkish,
|
||||
'nl-NL': Dutch,
|
||||
// Add additional language mappings here
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue