[PR #2200] [CLOSED] More Translations #3919

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2200
Author: @ztng123
Created: 8/30/2024
Status: Closed

Base: masterHead: syj


📝 Commits (10+)

  • f086855 Add Korean translation
  • 3f43b85 Modal Password translation complement
  • bc1c06a Add a SettingsSidebar translation
  • efe757f DefaultChat translation complete
  • f6f9f88 New Workspace translation complete
  • a3c9e99 Add a Korean translation for items
  • fa9a0de update
  • 97dda5d 24.09.03 syb datahandling, privacy translation
  • 722a063 Merge pull request #1 from sinyebin/syj
  • fa20b45 24.09.04 syb customAppName, languagePreference, supportEmail trnaslation

📊 Changes

194 files changed (+5765 additions, -7585 deletions)

View changed files

.gitmodules (+7 -0)
📝 docker/Dockerfile (+1 -0)
📝 docker/docker-compose.yml (+2 -0)
embed/.gitignore (+0 -25)
embed/README.md (+0 -108)
embed/index.html (+0 -17)
embed/jsconfig.json (+0 -10)
embed/package.json (+0 -51)
embed/postcss.config.js (+0 -10)
embed/scripts/updateHljs.mjs (+0 -35)
embed/src/App.jsx (+0 -71)
embed/src/assets/anything-llm-dark.png (+0 -0)
embed/src/assets/anything-llm-icon.svg (+0 -5)
embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx (+0 -43)
embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+0 -96)
embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx (+0 -112)
embed/src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx (+0 -131)
embed/src/components/ChatWindow/ChatContainer/PromptInput/index.jsx (+0 -102)
embed/src/components/ChatWindow/ChatContainer/index.jsx (+0 -93)
embed/src/components/ChatWindow/Header/index.jsx (+0 -155)

...and 80 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/2200 **Author:** [@ztng123](https://github.com/ztng123) **Created:** 8/30/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `syj` --- ### 📝 Commits (10+) - [`f086855`](https://github.com/Mintplex-Labs/anything-llm/commit/f086855f2f5f1cb28590e0265f1d5feb030824df) Add Korean translation - [`3f43b85`](https://github.com/Mintplex-Labs/anything-llm/commit/3f43b85a14ccb3a2968edba173b87abf1900e7d4) Modal Password translation complement - [`bc1c06a`](https://github.com/Mintplex-Labs/anything-llm/commit/bc1c06aa0c3b45b1b05ccf1fe2d9d10a9d21e43d) Add a SettingsSidebar translation - [`efe757f`](https://github.com/Mintplex-Labs/anything-llm/commit/efe757f827185a4f166183fe9fe141021698e103) DefaultChat translation complete - [`f6f9f88`](https://github.com/Mintplex-Labs/anything-llm/commit/f6f9f88b08bd416f823150f81ae87195a22bce46) New Workspace translation complete - [`a3c9e99`](https://github.com/Mintplex-Labs/anything-llm/commit/a3c9e9910db69fbff6e630c7b007a64c8584903d) Add a Korean translation for items - [`fa9a0de`](https://github.com/Mintplex-Labs/anything-llm/commit/fa9a0de084f4d879fd862920f8864342899403da) update - [`97dda5d`](https://github.com/Mintplex-Labs/anything-llm/commit/97dda5d09994691751393010e0528e4f91d5c4df) 24.09.03 syb datahandling, privacy translation - [`722a063`](https://github.com/Mintplex-Labs/anything-llm/commit/722a06379d8762efff5554d050a34fa11cf2f623) Merge pull request #1 from sinyebin/syj - [`fa20b45`](https://github.com/Mintplex-Labs/anything-llm/commit/fa20b450c1965413731aa2573b3e478da57c9b50) 24.09.04 syb customAppName, languagePreference, supportEmail trnaslation ### 📊 Changes **194 files changed** (+5765 additions, -7585 deletions) <details> <summary>View changed files</summary> ➕ `.gitmodules` (+7 -0) 📝 `docker/Dockerfile` (+1 -0) 📝 `docker/docker-compose.yml` (+2 -0) ➖ `embed/.gitignore` (+0 -25) ➖ `embed/README.md` (+0 -108) ➖ `embed/index.html` (+0 -17) ➖ `embed/jsconfig.json` (+0 -10) ➖ `embed/package.json` (+0 -51) ➖ `embed/postcss.config.js` (+0 -10) ➖ `embed/scripts/updateHljs.mjs` (+0 -35) ➖ `embed/src/App.jsx` (+0 -71) ➖ `embed/src/assets/anything-llm-dark.png` (+0 -0) ➖ `embed/src/assets/anything-llm-icon.svg` (+0 -5) ➖ `embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx` (+0 -43) ➖ `embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+0 -96) ➖ `embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx` (+0 -112) ➖ `embed/src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx` (+0 -131) ➖ `embed/src/components/ChatWindow/ChatContainer/PromptInput/index.jsx` (+0 -102) ➖ `embed/src/components/ChatWindow/ChatContainer/index.jsx` (+0 -93) ➖ `embed/src/components/ChatWindow/Header/index.jsx` (+0 -155) _...and 80 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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:34:46 -05:00
yindo closed this issue 2026-02-22 18:34:46 -05:00
yindo changed title from [PR #2200] More Translations to [PR #2200] [CLOSED] More Translations 2026-06-05 15:15: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#3919