mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🌐: Vietnamese translation (#1129)
* Create vi.tsx * Rename vi.tsx to Vi.tsx * Update Translation.tsx * Update General.tsx * Update Vi.tsx * Update Translation.tsx * Update Vi.tsx * Create ViTraditional.tsx * Update Translation.tsx * Delete client/src/localization/languages/ViTraditional.tsx * Update Vi.tsx * fix and clean up --------- Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com>
This commit is contained in:
parent
9a31df026d
commit
c11fbde9a7
4 changed files with 270 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import Japanese from './languages/Jp';
|
|||
import Swedish from './languages/Sv';
|
||||
import Korean from './languages/Ko';
|
||||
import TraditionalChinese from './languages/ZhTraditional';
|
||||
import Vietnamese from './languages/Vi';
|
||||
// === import additional language files here === //
|
||||
|
||||
const languageMap: { [key: string]: unknown } = {
|
||||
|
|
@ -27,6 +28,7 @@ const languageMap: { [key: string]: unknown } = {
|
|||
'sv-SE': Swedish,
|
||||
'ko-KR': Korean,
|
||||
'zh-TC': TraditionalChinese,
|
||||
'vi-VN': Vietnamese,
|
||||
// Add additional language mappings here
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue