[PR #4907] [MERGED] [Chore] Autotranslation tool using DMR #4814

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4907
Author: @timothycarambat
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @timothycarambat

Base: masterHead: auto-translation-tool


📝 Commits (2)

  • 448d3ab update translations + DMR loading
  • fe0b9e3 updates to misspellings

📊 Changes

26 files changed (+4270 additions, -3370 deletions)

View changed files

extras/translator/.env.example (+2 -0)
extras/translator/README.md (+29 -0)
extras/translator/index.mjs (+186 -0)
📝 frontend/src/locales/ar/common.js (+470 -411)
📝 frontend/src/locales/cs/common.js (+1 -1)
📝 frontend/src/locales/da/common.js (+309 -261)
📝 frontend/src/locales/de/common.js (+105 -79)
📝 frontend/src/locales/es/common.js (+10 -7)
📝 frontend/src/locales/et/common.js (+13 -9)
📝 frontend/src/locales/fa/common.js (+532 -445)
📝 frontend/src/locales/fr/common.js (+5 -5)
📝 frontend/src/locales/he/common.js (+11 -8)
📝 frontend/src/locales/it/common.js (+559 -445)
📝 frontend/src/locales/ja/common.js (+265 -214)
📝 frontend/src/locales/ko/common.js (+12 -9)
📝 frontend/src/locales/lv/common.js (+174 -145)
📝 frontend/src/locales/pl/common.js (+12 -9)
📝 frontend/src/locales/pt_BR/common.js (+10 -7)
📝 frontend/src/locales/ro/common.js (+10 -7)
📝 frontend/src/locales/ru/common.js (+316 -258)

...and 6 more files

📄 Description

No description provided


🔄 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/4907 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `auto-translation-tool` --- ### 📝 Commits (2) - [`448d3ab`](https://github.com/Mintplex-Labs/anything-llm/commit/448d3ab2f2eabb95a2ff59e86ee61b46f90b034c) update translations + DMR loading - [`fe0b9e3`](https://github.com/Mintplex-Labs/anything-llm/commit/fe0b9e33972bd1dc725b992384abc6bb1354fa96) updates to misspellings ### 📊 Changes **26 files changed** (+4270 additions, -3370 deletions) <details> <summary>View changed files</summary> ➕ `extras/translator/.env.example` (+2 -0) ➕ `extras/translator/README.md` (+29 -0) ➕ `extras/translator/index.mjs` (+186 -0) 📝 `frontend/src/locales/ar/common.js` (+470 -411) 📝 `frontend/src/locales/cs/common.js` (+1 -1) 📝 `frontend/src/locales/da/common.js` (+309 -261) 📝 `frontend/src/locales/de/common.js` (+105 -79) 📝 `frontend/src/locales/es/common.js` (+10 -7) 📝 `frontend/src/locales/et/common.js` (+13 -9) 📝 `frontend/src/locales/fa/common.js` (+532 -445) 📝 `frontend/src/locales/fr/common.js` (+5 -5) 📝 `frontend/src/locales/he/common.js` (+11 -8) 📝 `frontend/src/locales/it/common.js` (+559 -445) 📝 `frontend/src/locales/ja/common.js` (+265 -214) 📝 `frontend/src/locales/ko/common.js` (+12 -9) 📝 `frontend/src/locales/lv/common.js` (+174 -145) 📝 `frontend/src/locales/pl/common.js` (+12 -9) 📝 `frontend/src/locales/pt_BR/common.js` (+10 -7) 📝 `frontend/src/locales/ro/common.js` (+10 -7) 📝 `frontend/src/locales/ru/common.js` (+316 -258) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <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:36:35 -05:00
yindo closed this issue 2026-02-22 18:36:35 -05:00
yindo changed title from [PR #4907] [Chore] Autotranslation tool using DMR to [PR #4907] [MERGED] [Chore] Autotranslation tool using DMR 2026-06-05 15:20:31 -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#4814