[PR #2996] [CLOSED] German Data-Connectors Window Translation #4188

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2996
Author: @MrMarans
Created: 1/21/2025
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • e890bc7 Added key/val for DataConnectors translation, added german language for tht
  • e80bf4c patch: fixed the language files structure

📊 Changes

11 files changed (+404 additions, -128 deletions)

View changed files

📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+26 -18)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx (+33 -24)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx (+28 -29)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx (+9 -9)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx (+15 -4)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx (+17 -17)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx (+10 -10)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx (+10 -11)
📝 frontend/src/components/Modals/ManageWorkspace/index.jsx (+8 -6)
📝 frontend/src/locales/de/common.js (+124 -0)
📝 frontend/src/locales/en/common.js (+124 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

None

What is in this change?

Added language support for the Data Connectors file. German is now included, fallback language is english. Other languages can get supported by copying the new keys and translating the value strings to the other language files.
2025-01-21 13_40_49-AnythingLLM _ Your personal LLM trained on anything
2025-01-21 14_15_41-AnythingLLM _ Your personal LLM trained on anything

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • 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/2996 **Author:** [@MrMarans](https://github.com/MrMarans) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e890bc7`](https://github.com/Mintplex-Labs/anything-llm/commit/e890bc71bf280d8551043ef3567d39b0a27e4396) Added key/val for DataConnectors translation, added german language for tht - [`e80bf4c`](https://github.com/Mintplex-Labs/anything-llm/commit/e80bf4c6a95b9a1fc7118a3ef0088f7e4f9df362) patch: fixed the language files structure ### 📊 Changes **11 files changed** (+404 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+26 -18) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx` (+33 -24) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx` (+28 -29) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx` (+9 -9) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx` (+15 -4) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx` (+17 -17) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx` (+10 -10) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx` (+10 -11) 📝 `frontend/src/components/Modals/ManageWorkspace/index.jsx` (+8 -6) 📝 `frontend/src/locales/de/common.js` (+124 -0) 📝 `frontend/src/locales/en/common.js` (+124 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> None ### What is in this change? Added language support for the Data Connectors file. German is now included, fallback language is english. Other languages can get supported by copying the new keys and translating the value strings to the other language files. ![2025-01-21 13_40_49-AnythingLLM _ Your personal LLM trained on anything](https://github.com/user-attachments/assets/c7741671-2e64-4096-9912-4c6a7f276fc9) ![2025-01-21 14_15_41-AnythingLLM _ Your personal LLM trained on anything](https://github.com/user-attachments/assets/7d44bac8-f5e5-4dd5-a167-16b46d75af61) ### 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 - [ ] Relevant documentation has been updated - [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-02-22 18:35:19 -05:00
yindo closed this issue 2026-02-22 18:35:19 -05:00
yindo changed title from [PR #2996] German Data-Connectors Window Translation to [PR #2996] [CLOSED] German Data-Connectors Window Translation 2026-06-05 15:17:18 -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#4188