Skip to content

Commit 96fddb6

Browse files
Complete search functionality with multi-language support and testing
Co-authored-by: PeterDaveHello <3691490+PeterDaveHello@users.noreply.github.com>
1 parent 154aa33 commit 96fddb6

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/_locales/es/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"Delete Conversation": "Eliminar conversación",
9898
"Clear conversations": "Borrar todas las conversaciones",
9999
"Settings": "Configuración",
100+
"Search": "Buscar",
101+
"Search conversations...": "Buscar conversaciones...",
100102
"Feature Pages": "Páginas de características",
101103
"Keyboard Shortcuts": "Atajos de teclado",
102104
"Open Conversation Page": "Abrir página de conversación independiente",

src/_locales/fr/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"Delete Conversation": "Supprimer la conversation",
9898
"Clear conversations": "Effacer les conversations",
9999
"Settings": "Paramètres",
100+
"Search": "Rechercher",
101+
"Search conversations...": "Rechercher des conversations...",
100102
"Feature Pages": "Pages de fonctionnalités",
101103
"Keyboard Shortcuts": "Raccourcis clavier",
102104
"Open Conversation Page": "Ouvrir la page de conversation",

src/_locales/ja/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"Delete Conversation": "会話を削除",
9898
"Clear conversations": "会話をクリア",
9999
"Settings": "設定",
100+
"Search": "検索",
101+
"Search conversations...": "会話を検索...",
100102
"Feature Pages": "機能ページ",
101103
"Keyboard Shortcuts": "キーボードショートカット",
102104
"Open Conversation Page": "会話ページを開く",

src/_locales/zh-hant/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"Delete Conversation": "刪除對話",
9898
"Clear conversations": "清空對話記錄",
9999
"Settings": "設定",
100+
"Search": "搜尋",
101+
"Search conversations...": "搜尋聊天記錄...",
100102
"Feature Pages": "功能頁面",
101103
"Keyboard Shortcuts": "快速鍵設定",
102104
"Open Conversation Page": "開啟獨立對話頁面",

0 commit comments

Comments
 (0)