docs(locales): add traditional chinese support

This commit is contained in:
iLuJack
2025-04-10 20:58:46 +08:00
parent 32d5e3d908
commit a72809c59a
4 changed files with 354 additions and 3 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' | 'fr' | 'ar'
type Language = 'en' | 'zh' | 'fr' | 'ar' | 'zh_TW'
type Tab = 'documents' | 'knowledge-graph' | 'retrieval' | 'api'
interface SettingsState {