[PR #5482] [MERGED] Scheduled Jobs: Translations #5460

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

📋 Pull Request Information

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

Base: feat-background-jobsHead: feat-background-jobs-translations


📝 Commits (3)

  • 857d898 add locales for scheduled jobs
  • d55a19b Merge branch 'feat-background-jobs' into feat-background-jobs-translations
  • 8011279 i18n

📊 Changes

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

View changed files

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

...and 4 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/5482 **Author:** [@angelplusultra](https://github.com/angelplusultra) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/23/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `feat-background-jobs` ← **Head:** `feat-background-jobs-translations` --- ### 📝 Commits (3) - [`857d898`](https://github.com/Mintplex-Labs/anything-llm/commit/857d898856c240a2c18eba356b50c3ad578e2cb6) add locales for scheduled jobs - [`d55a19b`](https://github.com/Mintplex-Labs/anything-llm/commit/d55a19be732f519145081f124cb3aefb8ab5793a) Merge branch 'feat-background-jobs' into feat-background-jobs-translations - [`8011279`](https://github.com/Mintplex-Labs/anything-llm/commit/80112793a01d071b6887fb29773765189b855932) i18n ### 📊 Changes **24 files changed** (+3730 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+153 -0) 📝 `frontend/src/locales/ca/common.js` (+155 -0) 📝 `frontend/src/locales/cs/common.js` (+156 -0) 📝 `frontend/src/locales/da/common.js` (+156 -0) 📝 `frontend/src/locales/de/common.js` (+158 -0) 📝 `frontend/src/locales/es/common.js` (+155 -0) 📝 `frontend/src/locales/et/common.js` (+156 -0) 📝 `frontend/src/locales/fa/common.js` (+156 -0) 📝 `frontend/src/locales/fr/common.js` (+157 -0) 📝 `frontend/src/locales/he/common.js` (+153 -0) 📝 `frontend/src/locales/it/common.js` (+158 -0) 📝 `frontend/src/locales/ja/common.js` (+154 -0) 📝 `frontend/src/locales/ko/common.js` (+154 -0) 📝 `frontend/src/locales/lt/common.js` (+156 -0) 📝 `frontend/src/locales/lv/common.js` (+156 -0) 📝 `frontend/src/locales/nl/common.js` (+157 -0) 📝 `frontend/src/locales/pl/common.js` (+156 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+155 -0) 📝 `frontend/src/locales/ro/common.js` (+157 -0) 📝 `frontend/src/locales/ru/common.js` (+156 -0) _...and 4 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-06-05 15:21:25 -04:00
yindo closed this issue 2026-06-05 15:21:25 -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#5460