mirror of
https://github.com/Mintplex-Labs/anythingllm-embed.git
synced 2026-07-13 14:03:41 -04:00
[PR #7] [MERGED] Add i18n support and send message/reset chat data attributes #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/anythingllm-embed/pull/7
Author: @shatfield4
Created: 4/23/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @timothycarambat
Base:
main← Head:3529-feat-overwrite-send-a-message-and-reset-chat-text-in-the-chat-widget📝 Commits (6)
3b0aab9add i18n support and send message/reset chat data attributes5603bc0Merge branch 'main' of github.com:Mintplex-Labs/anythingllm-embed into 3529-feat-overwrite-send-a-message-and-reset-chat-text-in-the-chat-widgetfe476danormalize translationsb3edc9cforgot translation filesaaa7d3bupdate settings access62d06bereset index📊 Changes
31 files changed (+633 additions, -14 deletions)
View changed files
📝
README.md(+9 -1)📝
package.json(+7 -2)📝
src/App.jsx(+4 -2)📝
src/components/ChatWindow/ChatContainer/PromptInput/index.jsx(+4 -1)📝
src/components/ChatWindow/ChatContainer/index.jsx(+1 -0)📝
src/components/ResetChat/index.jsx(+4 -1)📝
src/hooks/useScriptAttributes.js(+3 -0)➕
src/i18n.js(+32 -0)➕
src/locales/ar/common.js(+9 -0)➕
src/locales/da/common.js(+9 -0)➕
src/locales/de/common.js(+9 -0)➕
src/locales/en/common.js(+8 -0)➕
src/locales/es/common.js(+9 -0)➕
src/locales/fa/common.js(+9 -0)➕
src/locales/fr/common.js(+9 -0)➕
src/locales/he/common.js(+9 -0)➕
src/locales/it/common.js(+9 -0)➕
src/locales/ja/common.js(+9 -0)➕
src/locales/ko/common.js(+9 -0)➕
src/locales/nl/common.js(+9 -0)...and 11 more files
📄 Description
data-send-message-textanddata-reset-chat-texttext overridesresolves https://github.com/Mintplex-Labs/anything-llm/issues/3529
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.