mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🌐: Turkish translations (#1168)
* Language translation: Turkish translation * Language translation: Turkish translation
This commit is contained in:
parent
e5e04c1cb8
commit
cbfe47a9d5
3 changed files with 243 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import Swedish from './languages/Sv';
|
|||
import Korean from './languages/Ko';
|
||||
import TraditionalChinese from './languages/ZhTraditional';
|
||||
import Vietnamese from './languages/Vi';
|
||||
import Turkish from './languages/Tr';
|
||||
// === import additional language files here === //
|
||||
|
||||
const languageMap: { [key: string]: unknown } = {
|
||||
|
|
@ -29,6 +30,7 @@ const languageMap: { [key: string]: unknown } = {
|
|||
'ko-KR': Korean,
|
||||
'zh-TC': TraditionalChinese,
|
||||
'vi-VN': Vietnamese,
|
||||
'tr-TR': Turkish,
|
||||
// Add additional language mappings here
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue