mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-20 04:39:00 +08:00
Add language portugese br (#4550)
### What problem does this PR solve? Add language Portugese from Brazil ### Type of change - [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -47,6 +47,7 @@ export const LanguageList = [
|
||||
'Spanish',
|
||||
'Vietnamese',
|
||||
'Japanese',
|
||||
'Portuguese BR',
|
||||
];
|
||||
|
||||
export const LanguageMap = {
|
||||
@ -57,6 +58,7 @@ export const LanguageMap = {
|
||||
Spanish: 'Español',
|
||||
Vietnamese: 'Tiếng việt',
|
||||
Japanese: '日本語',
|
||||
'Portuguese BR': 'Português BR',
|
||||
};
|
||||
|
||||
export const LanguageTranslationMap = {
|
||||
@ -67,6 +69,7 @@ export const LanguageTranslationMap = {
|
||||
Spanish: 'es',
|
||||
Vietnamese: 'vi',
|
||||
Japanese: 'ja',
|
||||
'Portuguese BR': 'pt-br',
|
||||
};
|
||||
|
||||
export enum FileMimeType {
|
||||
|
||||
Reference in New Issue
Block a user