mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
add option Embed into webpage (#5065)
add option Embed into webpage --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -65,4 +65,15 @@ i18n
|
||||
},
|
||||
});
|
||||
|
||||
export const languageOptions = [
|
||||
{ value: 'en', label: 'English' },
|
||||
{ value: 'zh', label: 'Chinese' },
|
||||
{ value: 'zh-TRADITIONAL', label: 'Traditional Chinese' },
|
||||
{ value: 'id', label: 'Indonesian' },
|
||||
{ value: 'es', label: 'Spanish' },
|
||||
{ value: 'vi', label: 'Vietnamese' },
|
||||
{ value: 'ja', label: 'Japanese' },
|
||||
{ value: 'pt-BR', label: 'Brazilian Portuguese' },
|
||||
];
|
||||
|
||||
export default i18n;
|
||||
|
||||
Reference in New Issue
Block a user