Add French and Arabic language support

This commit is contained in:
yangdx
2025-03-22 00:31:18 +08:00
parent 3f8043ba43
commit dcbb6bf8cf
7 changed files with 83 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ import { defaultQueryLabel } from '@/lib/constants'
import { Message, QueryRequest } from '@/api/lightrag'
type Theme = 'dark' | 'light' | 'system'
type Language = 'en' | 'zh'
type Language = 'en' | 'zh' | 'fr' | 'ar'
type Tab = 'documents' | 'knowledge-graph' | 'retrieval' | 'api'
interface SettingsState {