[PR #3881] [MERGED] Feat/missing localizations #4446

Closed
opened 2026-02-22 18:35:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3881
Author: @JairoMarques
Created: 5/25/2025
Status: Merged
Merged: 5/27/2025
Merged by: @timothycarambat

Base: masterHead: feat/missing-localizations


📝 Commits (7)

  • 574be79 Update Brazilian Portuguese locale (pt_BR)
  • b9d30f6 Add missing localizations in chat window
  • 27edac6 normalize translations
  • 2cb48fe Merge branch 'master' into review/pr-3881-localizations
  • fc5ff01 lint
  • d9b7a27 Merge branch 'master' into feat/missing-localizations
  • ddfdb76 Merge branch 'master' into feat/missing-localizations

📊 Changes

28 files changed (+609 additions, -72 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+5 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx (+6 -4)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/EditMessage/index.jsx (+10 -5)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx (+5 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx (+9 -5)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx (+4 -2)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/SlashPresets/AddPresetModal.jsx (+10 -8)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/SlashPresets/index.jsx (+3 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/reset.jsx (+6 -2)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/TextSizeMenu/index.jsx (+10 -3)
📝 frontend/src/locales/ar/common.js (+30 -0)
📝 frontend/src/locales/da/common.js (+30 -0)
📝 frontend/src/locales/de/common.js (+30 -0)
📝 frontend/src/locales/en/common.js (+31 -0)
📝 frontend/src/locales/es/common.js (+30 -0)
📝 frontend/src/locales/fa/common.js (+30 -0)
📝 frontend/src/locales/fr/common.js (+30 -0)
📝 frontend/src/locales/he/common.js (+30 -0)
📝 frontend/src/locales/it/common.js (+30 -0)
📝 frontend/src/locales/ja/common.js (+30 -0)

...and 8 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Add missing localizations in chat window

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3881 **Author:** [@JairoMarques](https://github.com/JairoMarques) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `feat/missing-localizations` --- ### 📝 Commits (7) - [`574be79`](https://github.com/Mintplex-Labs/anything-llm/commit/574be79ea8ea33a426fd128510c842e0e5b87e09) Update Brazilian Portuguese locale (pt_BR) - [`b9d30f6`](https://github.com/Mintplex-Labs/anything-llm/commit/b9d30f6f6305d8e841e47e6b130b6c0af3e0309a) Add missing localizations in chat window - [`27edac6`](https://github.com/Mintplex-Labs/anything-llm/commit/27edac6240821d6be2b396fe69ab3ef4445ac7ed) normalize translations - [`2cb48fe`](https://github.com/Mintplex-Labs/anything-llm/commit/2cb48fe677730feac311e458919c818950527b95) Merge branch 'master' into review/pr-3881-localizations - [`fc5ff01`](https://github.com/Mintplex-Labs/anything-llm/commit/fc5ff019a47c2154875bf1d33f10553c42bc9830) lint - [`d9b7a27`](https://github.com/Mintplex-Labs/anything-llm/commit/d9b7a27409e3724b7a0bd5ae9cca9b0867a532b2) Merge branch 'master' into feat/missing-localizations - [`ddfdb76`](https://github.com/Mintplex-Labs/anything-llm/commit/ddfdb7670b12584bc92d0e453aaeb11d06cc7001) Merge branch 'master' into feat/missing-localizations ### 📊 Changes **28 files changed** (+609 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+5 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx` (+6 -4) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/EditMessage/index.jsx` (+10 -5) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx` (+5 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx` (+9 -5) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx` (+4 -2) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/SlashPresets/AddPresetModal.jsx` (+10 -8) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/SlashPresets/index.jsx` (+3 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/reset.jsx` (+6 -2) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/TextSizeMenu/index.jsx` (+10 -3) 📝 `frontend/src/locales/ar/common.js` (+30 -0) 📝 `frontend/src/locales/da/common.js` (+30 -0) 📝 `frontend/src/locales/de/common.js` (+30 -0) 📝 `frontend/src/locales/en/common.js` (+31 -0) 📝 `frontend/src/locales/es/common.js` (+30 -0) 📝 `frontend/src/locales/fa/common.js` (+30 -0) 📝 `frontend/src/locales/fr/common.js` (+30 -0) 📝 `frontend/src/locales/he/common.js` (+30 -0) 📝 `frontend/src/locales/it/common.js` (+30 -0) 📝 `frontend/src/locales/ja/common.js` (+30 -0) _...and 8 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Add missing localizations in chat window ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:51 -05:00
yindo closed this issue 2026-02-22 18:35:51 -05:00
yindo changed title from [PR #3881] Feat/missing localizations to [PR #3881] [MERGED] Feat/missing localizations 2026-06-05 15:18:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4446