add chat lang

This commit is contained in:
2026-01-20 18:47:52 +09:00
parent a77dde0366
commit 39308cdc85
20 changed files with 342 additions and 24 deletions

View File

@@ -75,5 +75,11 @@ export interface ChatMessage {
createdAt: string
root?: string
parent?: string
lang?: string
translations?: {
[lang: string]: {
content: string
}
}
}
}