[PR #5087] [MERGED] Normalize translations for new citation UI #5297

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5087
Author: @shatfield4
Created: 2/27/2026
Status: Merged
Merged: 3/4/2026
Merged by: @shatfield4

Base: 5023-feat-implement-new-citations-uiHead: 5023-normalize-translations


📝 Commits (3)

  • 45259c4 normalize translations
  • 356dad8 update translations using DMR
  • 9315f7b Merge branch '5023-feat-implement-new-citations-ui' of github.com:Mintplex-Labs/anything-llm into 5023-normalize-translations

📊 Changes

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

View changed files

📝 frontend/src/locales/ar/common.js (+3 -0)
📝 frontend/src/locales/cs/common.js (+3 -0)
📝 frontend/src/locales/da/common.js (+3 -0)
📝 frontend/src/locales/de/common.js (+3 -0)
📝 frontend/src/locales/es/common.js (+3 -0)
📝 frontend/src/locales/et/common.js (+3 -0)
📝 frontend/src/locales/fa/common.js (+3 -0)
📝 frontend/src/locales/fr/common.js (+3 -0)
📝 frontend/src/locales/he/common.js (+3 -0)
📝 frontend/src/locales/it/common.js (+3 -0)
📝 frontend/src/locales/ja/common.js (+3 -0)
📝 frontend/src/locales/ko/common.js (+3 -0)
📝 frontend/src/locales/lv/common.js (+3 -0)
📝 frontend/src/locales/nl/common.js (+3 -0)
📝 frontend/src/locales/pl/common.js (+3 -0)
📝 frontend/src/locales/pt_BR/common.js (+3 -0)
📝 frontend/src/locales/ro/common.js (+3 -0)
📝 frontend/src/locales/ru/common.js (+3 -0)
📝 frontend/src/locales/tr/common.js (+3 -0)
📝 frontend/src/locales/vn/common.js (+3 -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

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/5087 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@shatfield4](https://github.com/shatfield4) **Base:** `5023-feat-implement-new-citations-ui` ← **Head:** `5023-normalize-translations` --- ### 📝 Commits (3) - [`45259c4`](https://github.com/Mintplex-Labs/anything-llm/commit/45259c4ee419df4f3301043ecc9e91a3426ac8aa) normalize translations - [`356dad8`](https://github.com/Mintplex-Labs/anything-llm/commit/356dad8b8f0a8a931fd6361303fe733760268d7f) update translations using DMR - [`9315f7b`](https://github.com/Mintplex-Labs/anything-llm/commit/9315f7bf81d57e094949cde7d72c157d67384a45) Merge branch '5023-feat-implement-new-citations-ui' of github.com:Mintplex-Labs/anything-llm into 5023-normalize-translations ### 📊 Changes **22 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+3 -0) 📝 `frontend/src/locales/cs/common.js` (+3 -0) 📝 `frontend/src/locales/da/common.js` (+3 -0) 📝 `frontend/src/locales/de/common.js` (+3 -0) 📝 `frontend/src/locales/es/common.js` (+3 -0) 📝 `frontend/src/locales/et/common.js` (+3 -0) 📝 `frontend/src/locales/fa/common.js` (+3 -0) 📝 `frontend/src/locales/fr/common.js` (+3 -0) 📝 `frontend/src/locales/he/common.js` (+3 -0) 📝 `frontend/src/locales/it/common.js` (+3 -0) 📝 `frontend/src/locales/ja/common.js` (+3 -0) 📝 `frontend/src/locales/ko/common.js` (+3 -0) 📝 `frontend/src/locales/lv/common.js` (+3 -0) 📝 `frontend/src/locales/nl/common.js` (+3 -0) 📝 `frontend/src/locales/pl/common.js` (+3 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+3 -0) 📝 `frontend/src/locales/ro/common.js` (+3 -0) 📝 `frontend/src/locales/ru/common.js` (+3 -0) 📝 `frontend/src/locales/tr/common.js` (+3 -0) 📝 `frontend/src/locales/vn/common.js` (+3 -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" --> 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. --> - [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 - [ ] 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:53 -04:00
yindo closed this issue 2026-06-05 15:20:53 -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#5297