[PR #5130] [MERGED] Normalize translations for new prompt input/tools menu UI #5311

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5130
Author: @shatfield4
Created: 3/3/2026
Status: Merged
Merged: 3/6/2026
Merged by: @shatfield4

Base: 5066-new-prompt-input-ui-action-itemsHead: 5066-normalize-translations


📝 Commits (9)

  • 1705a49 normalize translations
  • f0a97a4 update translations using DMR script
  • c722502 Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations
  • d0ee5ad Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations
  • 92ef07e normalize translations
  • f5d98e2 update translations using DMR script
  • 393389a Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations
  • c2fd253 remove slash_exit
  • 8497e08 Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations

📊 Changes

22 files changed (+242 additions, -0 deletions)

View changed files

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

...and 2 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

Normalizes translations for #5070

Description

  • Adds translations to new text added by the tools menu and new prompt input UI
  • Does not touch translations for citations since citations has it's own normalize translations PR

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/5130 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@shatfield4](https://github.com/shatfield4) **Base:** `5066-new-prompt-input-ui-action-items` ← **Head:** `5066-normalize-translations` --- ### 📝 Commits (9) - [`1705a49`](https://github.com/Mintplex-Labs/anything-llm/commit/1705a4948ac2ae557bec4293ab2ccb8282cf0512) normalize translations - [`f0a97a4`](https://github.com/Mintplex-Labs/anything-llm/commit/f0a97a48f1928e6f7b66f1322e0a734299403b38) update translations using DMR script - [`c722502`](https://github.com/Mintplex-Labs/anything-llm/commit/c72250202fca8b5ca37497cacfee33dae807ae0e) Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations - [`d0ee5ad`](https://github.com/Mintplex-Labs/anything-llm/commit/d0ee5ad34483e5b7b94168b015156da7a1b13dfa) Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations - [`92ef07e`](https://github.com/Mintplex-Labs/anything-llm/commit/92ef07eb685617e57add00156a6c95fbd0ecac80) normalize translations - [`f5d98e2`](https://github.com/Mintplex-Labs/anything-llm/commit/f5d98e23fc6d1a3d95e9f0b3a93f357122ea8dfd) update translations using DMR script - [`393389a`](https://github.com/Mintplex-Labs/anything-llm/commit/393389a417f45f553f56303bb286db28a136c269) Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations - [`c2fd253`](https://github.com/Mintplex-Labs/anything-llm/commit/c2fd2535be525ea722cc478a0d7b4c4ec105e9b6) remove slash_exit - [`8497e08`](https://github.com/Mintplex-Labs/anything-llm/commit/8497e0896c9304951f4533286f7bcb7290c38b58) Merge branch '5066-new-prompt-input-ui-action-items' of github.com:Mintplex-Labs/anything-llm into 5066-normalize-translations ### 📊 Changes **22 files changed** (+242 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+11 -0) 📝 `frontend/src/locales/cs/common.js` (+11 -0) 📝 `frontend/src/locales/da/common.js` (+11 -0) 📝 `frontend/src/locales/de/common.js` (+11 -0) 📝 `frontend/src/locales/es/common.js` (+11 -0) 📝 `frontend/src/locales/et/common.js` (+11 -0) 📝 `frontend/src/locales/fa/common.js` (+11 -0) 📝 `frontend/src/locales/fr/common.js` (+11 -0) 📝 `frontend/src/locales/he/common.js` (+11 -0) 📝 `frontend/src/locales/it/common.js` (+11 -0) 📝 `frontend/src/locales/ja/common.js` (+11 -0) 📝 `frontend/src/locales/ko/common.js` (+11 -0) 📝 `frontend/src/locales/lv/common.js` (+11 -0) 📝 `frontend/src/locales/nl/common.js` (+11 -0) 📝 `frontend/src/locales/pl/common.js` (+11 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+11 -0) 📝 `frontend/src/locales/ro/common.js` (+11 -0) 📝 `frontend/src/locales/ru/common.js` (+11 -0) 📝 `frontend/src/locales/tr/common.js` (+11 -0) 📝 `frontend/src/locales/vn/common.js` (+11 -0) _...and 2 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" --> Normalizes translations for #5070 ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> - Adds translations to new text added by the tools menu and new prompt input UI - Does not touch translations for citations since citations has it's own normalize translations PR ### 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. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated (if applicable) - [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-06-05 15:20:56 -04:00
yindo closed this issue 2026-06-05 15:20:56 -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#5311