[PR #5239] [CLOSED] Normalize translations for Telegram bot #5367

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5239
Author: @shatfield4
Created: 3/19/2026
Status: Closed

Base: 5189-feat-telegram-connection-remote-controlHead: 5189-normalize-translations


📝 Commits (2)

  • a05f49f normalize translations
  • fe5a5a5 update translations using DMR tool

📊 Changes

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

View changed files

📝 frontend/src/locales/ar/common.js (+79 -0)
📝 frontend/src/locales/cs/common.js (+81 -0)
📝 frontend/src/locales/da/common.js (+81 -0)
📝 frontend/src/locales/de/common.js (+86 -0)
📝 frontend/src/locales/es/common.js (+83 -0)
📝 frontend/src/locales/et/common.js (+80 -0)
📝 frontend/src/locales/fa/common.js (+83 -0)
📝 frontend/src/locales/fr/common.js (+85 -0)
📝 frontend/src/locales/he/common.js (+76 -0)
📝 frontend/src/locales/it/common.js (+84 -0)
📝 frontend/src/locales/ja/common.js (+80 -0)
📝 frontend/src/locales/ko/common.js (+79 -0)
📝 frontend/src/locales/lv/common.js (+80 -0)
📝 frontend/src/locales/nl/common.js (+82 -0)
📝 frontend/src/locales/pl/common.js (+81 -0)
📝 frontend/src/locales/pt_BR/common.js (+81 -0)
📝 frontend/src/locales/ro/common.js (+83 -0)
📝 frontend/src/locales/ru/common.js (+82 -0)
📝 frontend/src/locales/tr/common.js (+78 -0)
📝 frontend/src/locales/vn/common.js (+80 -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

connect #5190

Description

  • Normalizes translations for #5190

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/5239 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 3/19/2026 **Status:** ❌ Closed **Base:** `5189-feat-telegram-connection-remote-control` ← **Head:** `5189-normalize-translations` --- ### 📝 Commits (2) - [`a05f49f`](https://github.com/Mintplex-Labs/anything-llm/commit/a05f49f35a097207aff7dc2324edd959ebcd0851) normalize translations - [`fe5a5a5`](https://github.com/Mintplex-Labs/anything-llm/commit/fe5a5a512eabf1265865030d8a02c0d7659ed7c2) update translations using DMR tool ### 📊 Changes **22 files changed** (+1776 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+79 -0) 📝 `frontend/src/locales/cs/common.js` (+81 -0) 📝 `frontend/src/locales/da/common.js` (+81 -0) 📝 `frontend/src/locales/de/common.js` (+86 -0) 📝 `frontend/src/locales/es/common.js` (+83 -0) 📝 `frontend/src/locales/et/common.js` (+80 -0) 📝 `frontend/src/locales/fa/common.js` (+83 -0) 📝 `frontend/src/locales/fr/common.js` (+85 -0) 📝 `frontend/src/locales/he/common.js` (+76 -0) 📝 `frontend/src/locales/it/common.js` (+84 -0) 📝 `frontend/src/locales/ja/common.js` (+80 -0) 📝 `frontend/src/locales/ko/common.js` (+79 -0) 📝 `frontend/src/locales/lv/common.js` (+80 -0) 📝 `frontend/src/locales/nl/common.js` (+82 -0) 📝 `frontend/src/locales/pl/common.js` (+81 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+81 -0) 📝 `frontend/src/locales/ro/common.js` (+83 -0) 📝 `frontend/src/locales/ru/common.js` (+82 -0) 📝 `frontend/src/locales/tr/common.js` (+78 -0) 📝 `frontend/src/locales/vn/common.js` (+80 -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" --> connect #5190 ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> - Normalizes translations for #5190 ### 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:21:08 -04:00
yindo closed this issue 2026-06-05 15:21:08 -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#5367