[PR #1460] [CLOSED] add setting zh translate #3687

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1460
Author: @KochabStar
Created: 5/20/2024
Status: Closed

Base: i18n-en-zh-supportHead: remotes/origin/i18n-en-zh-support


📝 Commits (2)

  • f89edf9 add General Appearance and Chat setting zh translate
  • b859299 add config zh translate

📊 Changes

45 files changed (+1024 additions, -283 deletions)

View changed files

📝 frontend/src/components/EditingChatBubble/index.jsx (+3 -2)
📝 frontend/src/components/EmbeddingSelection/NativeEmbeddingOptions/index.jsx (+3 -2)
📝 frontend/src/components/TranscriptionSelection/NativeTranscriptionOptions/index.jsx (+6 -5)
📝 frontend/src/components/VectorDBSelection/LanceDBOptions/index.jsx (+3 -1)
📝 frontend/src/locales/en/common.js (+358 -0)
📝 frontend/src/locales/zh/common.js (+358 -2)
📝 frontend/src/pages/Admin/Logging/index.jsx (+11 -9)
📝 frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx (+3 -1)
📝 frontend/src/pages/GeneralSettings/ApiKeys/index.jsx (+10 -10)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx (+8 -6)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx (+11 -8)
📝 frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/index.jsx (+6 -5)
📝 frontend/src/pages/GeneralSettings/Appearance/index.jsx (+4 -2)
📝 frontend/src/pages/GeneralSettings/Chats/index.jsx (+14 -13)
📝 frontend/src/pages/GeneralSettings/EmbedChats/index.jsx (+12 -10)
📝 frontend/src/pages/GeneralSettings/EmbedConfigs/index.jsx (+9 -9)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+7 -9)
📝 frontend/src/pages/GeneralSettings/EmbeddingTextSplitterPreference/index.jsx (+13 -16)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+5 -6)
📝 frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx (+10 -9)

...and 25 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/1460 **Author:** [@KochabStar](https://github.com/KochabStar) **Created:** 5/20/2024 **Status:** ❌ Closed **Base:** `i18n-en-zh-support` ← **Head:** `remotes/origin/i18n-en-zh-support` --- ### 📝 Commits (2) - [`f89edf9`](https://github.com/Mintplex-Labs/anything-llm/commit/f89edf9b8a4ef4739ee893e1ade0fa83be624cc8) add General Appearance and Chat setting zh translate - [`b859299`](https://github.com/Mintplex-Labs/anything-llm/commit/b85929984a53ea10024b2720584456e8b3a1a4ce) add config zh translate ### 📊 Changes **45 files changed** (+1024 additions, -283 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EditingChatBubble/index.jsx` (+3 -2) 📝 `frontend/src/components/EmbeddingSelection/NativeEmbeddingOptions/index.jsx` (+3 -2) 📝 `frontend/src/components/TranscriptionSelection/NativeTranscriptionOptions/index.jsx` (+6 -5) 📝 `frontend/src/components/VectorDBSelection/LanceDBOptions/index.jsx` (+3 -1) 📝 `frontend/src/locales/en/common.js` (+358 -0) 📝 `frontend/src/locales/zh/common.js` (+358 -2) 📝 `frontend/src/pages/Admin/Logging/index.jsx` (+11 -9) 📝 `frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx` (+3 -1) 📝 `frontend/src/pages/GeneralSettings/ApiKeys/index.jsx` (+10 -10) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomLogo/index.jsx` (+8 -6) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomMessages/index.jsx` (+11 -8) 📝 `frontend/src/pages/GeneralSettings/Appearance/FooterCustomization/index.jsx` (+6 -5) 📝 `frontend/src/pages/GeneralSettings/Appearance/index.jsx` (+4 -2) 📝 `frontend/src/pages/GeneralSettings/Chats/index.jsx` (+14 -13) 📝 `frontend/src/pages/GeneralSettings/EmbedChats/index.jsx` (+12 -10) 📝 `frontend/src/pages/GeneralSettings/EmbedConfigs/index.jsx` (+9 -9) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+7 -9) 📝 `frontend/src/pages/GeneralSettings/EmbeddingTextSplitterPreference/index.jsx` (+13 -16) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+5 -6) 📝 `frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx` (+10 -9) _...and 25 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:17 -05:00
yindo closed this issue 2026-02-22 18:34:17 -05:00
yindo changed title from [PR #1460] add setting zh translate to [PR #1460] [CLOSED] add setting zh translate 2026-06-05 15:14:42 -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#3687