[PR #4096] [MERGED] feat: Add Korean (ko) locale translations #4513

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4096
Author: @ux-builder
Created: 7/6/2025
Status: Merged
Merged: 7/7/2025
Merged by: @timothycarambat

Base: masterHead: translate-korean


📝 Commits (3)

  • 5b4a960 feat: Add Korean (ko) locale translations
  • 5355c1d updates, lint
  • b216437 Merge branch 'master' into translate-korean

📊 Changes

1 file changed (+614 additions, -544 deletions)

View changed files

📝 frontend/src/locales/ko/common.js (+614 -544)

📄 Description

  • Add comprehensive Korean translations for UI elements
  • Include main page features, workspace settings, and chat components
  • Support Korean localization for common user interactions

Pull Request Type

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

Relevant Issues

N/A - Adding Korean localization support

What is in this change?

This PR adds comprehensive Korean (ko) translations to AnythingLLM's frontend localization system.

Changes made:

  • Add complete Korean translations for frontend/src/locales/ko/common.js
  • Include main page features, workspace settings, and chat components
  • Support Korean localization for common user interactions
  • Translate UI elements including:
    • Main page explore features section (custom agents, slash commands, system prompts)
    • Workspace settings and configuration options
    • Chat functionality and modes
    • Common navigation and error messages
    • Onboarding flow and welcome messages

This enables Korean-speaking users to use AnythingLLM in their native language, improving accessibility and user experience for the Korean community.

Additional Information

  • All translations follow the existing translation structure and key naming conventions
  • Korean translations are culturally appropriate and maintain technical accuracy
  • No breaking changes to existing functionality
  • Ready for production use

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/4096 **Author:** [@ux-builder](https://github.com/ux-builder) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `translate-korean` --- ### 📝 Commits (3) - [`5b4a960`](https://github.com/Mintplex-Labs/anything-llm/commit/5b4a960ffab6a6615999378a634bcbd4c48d4d1d) feat: Add Korean (ko) locale translations - [`5355c1d`](https://github.com/Mintplex-Labs/anything-llm/commit/5355c1d74de9f3889efdf8900ffc26f9f5d144ce) updates, lint - [`b216437`](https://github.com/Mintplex-Labs/anything-llm/commit/b216437ce20cfbecb3db8028549ac0df5c56265a) Merge branch 'master' into translate-korean ### 📊 Changes **1 file changed** (+614 additions, -544 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ko/common.js` (+614 -544) </details> ### 📄 Description - Add comprehensive Korean translations for UI elements - Include main page features, workspace settings, and chat components - Support Korean localization for common user interactions ### 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" --> N/A - Adding Korean localization support ### What is in this change? This PR adds comprehensive Korean (ko) translations to AnythingLLM's frontend localization system. **Changes made:** - Add complete Korean translations for `frontend/src/locales/ko/common.js` - Include main page features, workspace settings, and chat components - Support Korean localization for common user interactions - Translate UI elements including: - Main page explore features section (custom agents, slash commands, system prompts) - Workspace settings and configuration options - Chat functionality and modes - Common navigation and error messages - Onboarding flow and welcome messages This enables Korean-speaking users to use AnythingLLM in their native language, improving accessibility and user experience for the Korean community. ### Additional Information - All translations follow the existing translation structure and key naming conventions - Korean translations are culturally appropriate and maintain technical accuracy - No breaking changes to existing functionality - Ready for production use ### 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:59 -05:00
yindo closed this issue 2026-02-22 18:35:59 -05:00
yindo changed title from [PR #4096] feat: Add Korean (ko) locale translations to [PR #4096] [MERGED] feat: Add Korean (ko) locale translations 2026-06-05 15:18:57 -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#4513