[PR #1863] [MERGED] Add Korean translation + add more translation items #3806

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1863
Author: @ux-builder
Created: 7/13/2024
Status: Merged
Merged: 7/15/2024
Merged by: @timothycarambat

Base: masterHead: dev


📝 Commits (5)

  • f086855 Add Korean translation
  • 3f43b85 Modal Password translation complement
  • bc1c06a Add a SettingsSidebar translation
  • efe757f DefaultChat translation complete
  • f6f9f88 New Workspace translation complete

📊 Changes

12 files changed (+741 additions, -77 deletions)

View changed files

📝 frontend/src/components/DefaultChat/index.jsx (+32 -59)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+7 -3)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+13 -8)
📝 frontend/src/components/SettingsSidebar/index.jsx (+6 -5)
📝 frontend/src/components/Sidebar/index.jsx (+5 -2)
📝 frontend/src/locales/en/common.js (+38 -0)
📝 frontend/src/locales/es/common.js (+38 -0)
📝 frontend/src/locales/fr/common.js (+38 -0)
frontend/src/locales/ko/common.js (+483 -0)
📝 frontend/src/locales/resources.js (+4 -0)
📝 frontend/src/locales/ru/common.js (+41 -0)
📝 frontend/src/locales/zh/common.js (+36 -0)

📄 Description

Pull Request Type

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

Completed and added a Korean translation for the user interface.

  • 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/1863 **Author:** [@ux-builder](https://github.com/ux-builder) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`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 ### 📊 Changes **12 files changed** (+741 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/DefaultChat/index.jsx` (+32 -59) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+7 -3) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+13 -8) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+6 -5) 📝 `frontend/src/components/Sidebar/index.jsx` (+5 -2) 📝 `frontend/src/locales/en/common.js` (+38 -0) 📝 `frontend/src/locales/es/common.js` (+38 -0) 📝 `frontend/src/locales/fr/common.js` (+38 -0) ➕ `frontend/src/locales/ko/common.js` (+483 -0) 📝 `frontend/src/locales/resources.js` (+4 -0) 📝 `frontend/src/locales/ru/common.js` (+41 -0) 📝 `frontend/src/locales/zh/common.js` (+36 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs Completed and added a Korean translation for the user interface. <!-- 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 - [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:34:32 -05:00
yindo closed this issue 2026-02-22 18:34:32 -05:00
yindo changed title from [PR #1863] Add Korean translation + add more translation items to [PR #1863] [MERGED] Add Korean translation + add more translation items 2026-06-05 15:15:20 -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#3806