mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Vietnamese language support on web (#3549)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -45,6 +45,7 @@ export const LanguageList = [
|
||||
'Traditional Chinese',
|
||||
'Indonesia',
|
||||
'Spanish',
|
||||
'Vietnamese',
|
||||
];
|
||||
|
||||
export const LanguageMap = {
|
||||
@ -53,6 +54,7 @@ export const LanguageMap = {
|
||||
'Traditional Chinese': '繁體中文',
|
||||
Indonesia: 'Indonesia',
|
||||
Spanish: 'Español',
|
||||
Vietnamese: 'Tiếng việt',
|
||||
};
|
||||
|
||||
export const LanguageTranslationMap = {
|
||||
@ -61,6 +63,7 @@ export const LanguageTranslationMap = {
|
||||
'Traditional Chinese': 'zh-TRADITIONAL',
|
||||
Indonesia: 'id',
|
||||
Spanish: 'es',
|
||||
Vietnamese: 'vi',
|
||||
};
|
||||
|
||||
export const FileMimeTypeMap = {
|
||||
|
||||
Reference in New Issue
Block a user