[PR #5390] [CLOSED] Normalize translations for model router #5428

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5390
Author: @shatfield4
Created: 4/8/2026
Status: Closed

Base: 5313-feat-model-routerHead: 5313-normalize-translations


📝 Commits (7)

  • 76cbcd1 normalize translations
  • 589d6ac Merge branch '5313-feat-model-router' into 5313-normalize-translations
  • b20534a Merge branch '5313-feat-model-router' into 5313-normalize-translations
  • d4c8fa5 add Catalan translations for model router
  • 3baf4ff Merge branch '5313-feat-model-router' into 5313-normalize-translations
  • 8d53e7c Merge branch '5313-feat-model-router' into 5313-normalize-translations
  • 9f9e865 update model router translations

📊 Changes

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

View changed files

📝 frontend/src/locales/ar/common.js (+145 -0)
📝 frontend/src/locales/ca/common.js (+150 -0)
📝 frontend/src/locales/cs/common.js (+150 -0)
📝 frontend/src/locales/da/common.js (+147 -0)
📝 frontend/src/locales/de/common.js (+150 -0)
📝 frontend/src/locales/es/common.js (+149 -0)
📝 frontend/src/locales/et/common.js (+148 -0)
📝 frontend/src/locales/fa/common.js (+147 -0)
📝 frontend/src/locales/fr/common.js (+149 -0)
📝 frontend/src/locales/he/common.js (+142 -0)
📝 frontend/src/locales/it/common.js (+151 -0)
📝 frontend/src/locales/ja/common.js (+146 -0)
📝 frontend/src/locales/ko/common.js (+143 -0)
📝 frontend/src/locales/lt/common.js (+150 -0)
📝 frontend/src/locales/lv/common.js (+148 -0)
📝 frontend/src/locales/nl/common.js (+152 -0)
📝 frontend/src/locales/pl/common.js (+147 -0)
📝 frontend/src/locales/pt_BR/common.js (+149 -0)
📝 frontend/src/locales/ro/common.js (+148 -0)
📝 frontend/src/locales/ru/common.js (+150 -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/5390 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/8/2026 **Status:** ❌ Closed **Base:** `5313-feat-model-router` ← **Head:** `5313-normalize-translations` --- ### 📝 Commits (7) - [`76cbcd1`](https://github.com/Mintplex-Labs/anything-llm/commit/76cbcd131c7714fafd1c2bbb7ba88f56a4e22e0d) normalize translations - [`589d6ac`](https://github.com/Mintplex-Labs/anything-llm/commit/589d6ace42df1c585ad2ac4b794ee060ee819ae6) Merge branch '5313-feat-model-router' into 5313-normalize-translations - [`b20534a`](https://github.com/Mintplex-Labs/anything-llm/commit/b20534ae00fa0582b9f560b05cb529ddceb427bd) Merge branch '5313-feat-model-router' into 5313-normalize-translations - [`d4c8fa5`](https://github.com/Mintplex-Labs/anything-llm/commit/d4c8fa517fee5167b26afdfebcae79a130a0aa96) add Catalan translations for model router - [`3baf4ff`](https://github.com/Mintplex-Labs/anything-llm/commit/3baf4ffc8f8d045b03042341abf5d17997f83156) Merge branch '5313-feat-model-router' into 5313-normalize-translations - [`8d53e7c`](https://github.com/Mintplex-Labs/anything-llm/commit/8d53e7c7465a5cf2dabaf33ac6e4786aa917ad3b) Merge branch '5313-feat-model-router' into 5313-normalize-translations - [`9f9e865`](https://github.com/Mintplex-Labs/anything-llm/commit/9f9e86506b89449d0bfbcb05ffd52fc215a1be6f) update model router translations ### 📊 Changes **24 files changed** (+3535 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+145 -0) 📝 `frontend/src/locales/ca/common.js` (+150 -0) 📝 `frontend/src/locales/cs/common.js` (+150 -0) 📝 `frontend/src/locales/da/common.js` (+147 -0) 📝 `frontend/src/locales/de/common.js` (+150 -0) 📝 `frontend/src/locales/es/common.js` (+149 -0) 📝 `frontend/src/locales/et/common.js` (+148 -0) 📝 `frontend/src/locales/fa/common.js` (+147 -0) 📝 `frontend/src/locales/fr/common.js` (+149 -0) 📝 `frontend/src/locales/he/common.js` (+142 -0) 📝 `frontend/src/locales/it/common.js` (+151 -0) 📝 `frontend/src/locales/ja/common.js` (+146 -0) 📝 `frontend/src/locales/ko/common.js` (+143 -0) 📝 `frontend/src/locales/lt/common.js` (+150 -0) 📝 `frontend/src/locales/lv/common.js` (+148 -0) 📝 `frontend/src/locales/nl/common.js` (+152 -0) 📝 `frontend/src/locales/pl/common.js` (+147 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+149 -0) 📝 `frontend/src/locales/ro/common.js` (+148 -0) 📝 `frontend/src/locales/ru/common.js` (+150 -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:19 -04:00
yindo closed this issue 2026-06-05 15:21:19 -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#5428