[PR #5448] [MERGED] Translations for chat tools menu improvements #5449

Closed
opened 2026-06-05 15:21:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5448
Author: @shatfield4
Created: 4/15/2026
Status: Merged
Merged: 4/22/2026
Merged by: @timothycarambat

Base: 5370-feat-show-agent-skills-in-tools-menu-in-main-chatHead: 5370-translations


📝 Commits (6)

  • dd5db49 normalize translations
  • 165736c Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations
  • fcf7cdf Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations
  • 9147fd2 update translations
  • 3f3cc30 Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations
  • be7a818 norm translations

📊 Changes

24 files changed (+144 additions, -0 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+6 -0)
📝 frontend/src/locales/ca/common.js (+6 -0)
📝 frontend/src/locales/cs/common.js (+6 -0)
📝 frontend/src/locales/da/common.js (+6 -0)
📝 frontend/src/locales/de/common.js (+6 -0)
📝 frontend/src/locales/es/common.js (+6 -0)
📝 frontend/src/locales/et/common.js (+6 -0)
📝 frontend/src/locales/fa/common.js (+6 -0)
📝 frontend/src/locales/fr/common.js (+6 -0)
📝 frontend/src/locales/he/common.js (+6 -0)
📝 frontend/src/locales/it/common.js (+6 -0)
📝 frontend/src/locales/ja/common.js (+6 -0)
📝 frontend/src/locales/ko/common.js (+6 -0)
📝 frontend/src/locales/lt/common.js (+6 -0)
📝 frontend/src/locales/lv/common.js (+6 -0)
📝 frontend/src/locales/nl/common.js (+6 -0)
📝 frontend/src/locales/pl/common.js (+6 -0)
📝 frontend/src/locales/pt_BR/common.js (+6 -0)
📝 frontend/src/locales/ro/common.js (+6 -0)
📝 frontend/src/locales/ru/common.js (+6 -0)

...and 4 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #

Description

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • 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/5448 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `5370-feat-show-agent-skills-in-tools-menu-in-main-chat` ← **Head:** `5370-translations` --- ### 📝 Commits (6) - [`dd5db49`](https://github.com/Mintplex-Labs/anything-llm/commit/dd5db499a5fc393280022a4659837b7c96f85469) normalize translations - [`165736c`](https://github.com/Mintplex-Labs/anything-llm/commit/165736c6a870c62aba319d25c3e86446321674c5) Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations - [`fcf7cdf`](https://github.com/Mintplex-Labs/anything-llm/commit/fcf7cdf8144e64b7ea5e59373a3d9ac4a059acbf) Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations - [`9147fd2`](https://github.com/Mintplex-Labs/anything-llm/commit/9147fd25746aec6397a6d1f7551624e10dce8fa3) update translations - [`3f3cc30`](https://github.com/Mintplex-Labs/anything-llm/commit/3f3cc30158f64a8dc36ac56247333291cb5e0328) Merge branch '5370-feat-show-agent-skills-in-tools-menu-in-main-chat' into 5370-translations - [`be7a818`](https://github.com/Mintplex-Labs/anything-llm/commit/be7a818d4be69b8524a81ece1fcd60c706ae903a) norm translations ### 📊 Changes **24 files changed** (+144 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+6 -0) 📝 `frontend/src/locales/ca/common.js` (+6 -0) 📝 `frontend/src/locales/cs/common.js` (+6 -0) 📝 `frontend/src/locales/da/common.js` (+6 -0) 📝 `frontend/src/locales/de/common.js` (+6 -0) 📝 `frontend/src/locales/es/common.js` (+6 -0) 📝 `frontend/src/locales/et/common.js` (+6 -0) 📝 `frontend/src/locales/fa/common.js` (+6 -0) 📝 `frontend/src/locales/fr/common.js` (+6 -0) 📝 `frontend/src/locales/he/common.js` (+6 -0) 📝 `frontend/src/locales/it/common.js` (+6 -0) 📝 `frontend/src/locales/ja/common.js` (+6 -0) 📝 `frontend/src/locales/ko/common.js` (+6 -0) 📝 `frontend/src/locales/lt/common.js` (+6 -0) 📝 `frontend/src/locales/lv/common.js` (+6 -0) 📝 `frontend/src/locales/nl/common.js` (+6 -0) 📝 `frontend/src/locales/pl/common.js` (+6 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+6 -0) 📝 `frontend/src/locales/ro/common.js` (+6 -0) 📝 `frontend/src/locales/ru/common.js` (+6 -0) _...and 4 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [x] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves # ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### 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. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] 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-06-05 15:21:23 -04:00
yindo closed this issue 2026-06-05 15:21:23 -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#5449