Const
Default English labels for the QAPanel component.
Use this as a reference when creating localized label objects. All labels can be partially overridden using the labels prop.
labels
import { defaultQAPanelLabels } from '@hiyve/react-collaboration';// Create Japanese labelsconst japaneseLabels = { ...defaultQAPanelLabels, title: 'Q&A', askPlaceholder: '質問を入力...', emptyState: 'まだ質問がありません',}; Copy
import { defaultQAPanelLabels } from '@hiyve/react-collaboration';// Create Japanese labelsconst japaneseLabels = { ...defaultQAPanelLabels, title: 'Q&A', askPlaceholder: '質問を入力...', emptyState: 'まだ質問がありません',};
Default English labels for the QAPanel component.