@paramms/chat-widget 1.6.3 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,6 +86,9 @@ export interface ChatListOptions {
86
86
  accent?: string;
87
87
  theme?: 'auto' | 'light' | 'dark';
88
88
  webfont?: boolean;
89
+ /** UI language for built-in strings ('ko', 'ko-KR', …). Omit to auto-detect
90
+ * from the visitor's browser. Korean ⇄ English; non-Korean → English. */
91
+ locale?: string;
89
92
  /** i18n overrides */
90
93
  i18n?: {
91
94
  title?: string;
@@ -97,6 +100,7 @@ export interface ChatListOptions {
97
100
  retry?: string;
98
101
  close?: string;
99
102
  newChat?: string;
103
+ startChat?: string;
100
104
  };
101
105
  }
102
106
  export interface ChatListHandle {