Const
Default English labels for the ChatPanel component.
Use this as a reference when creating localized label objects. All labels can be partially overridden using the labels prop.
labels
import { defaultChatPanelLabels } from '@hiyve/react-collaboration';// Create Japanese labelsconst japaneseLabels = { ...defaultChatPanelLabels, title: 'チャット', placeholder: 'メッセージを入力...', emptyState: 'メッセージはまだありません', unknownSender: '不明',}; Copy
import { defaultChatPanelLabels } from '@hiyve/react-collaboration';// Create Japanese labelsconst japaneseLabels = { ...defaultChatPanelLabels, title: 'チャット', placeholder: 'メッセージを入力...', emptyState: 'メッセージはまだありません', unknownSender: '不明',};
Default English labels for the ChatPanel component.