[PR #1197] [MERGED] Add full Korean localization for Markdown editor #1232

Closed
opened 2026-02-05 18:59:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1197
Author: @symonbaikov
Created: 6/8/2025
Status: Merged
Merged: 6/9/2025
Merged by: @meltyshev

Base: masterHead: ko-markdown-editor-localization


📝 Commits (2)

  • 8fe5323 Add full Korean localization for Markdown editor
  • f03f65e chore: Add missing newline

📊 Changes

2 files changed (+168 additions, -0 deletions)

View changed files

📝 client/src/locales/ko-KR/core.js (+3 -0)
client/src/locales/ko-KR/markdown-editor.json (+165 -0)

📄 Description

This pull request adds a complete Korean localization for the Markdown editor:
Translated all strings in client/src/locales/ko-KR/markdown-editor.json to Korean.
Updated client/src/locales/ko-KR/core.js to include the Markdown editor localization.
With these changes, the Markdown editor UI is now fully available in Korean for all users who select this language.
This update improves the experience for Korean-speaking users and ensures consistency across all localized components.


🔄 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/plankanban/planka/pull/1197 **Author:** [@symonbaikov](https://github.com/symonbaikov) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `ko-markdown-editor-localization` --- ### 📝 Commits (2) - [`8fe5323`](https://github.com/plankanban/planka/commit/8fe5323f9c2514404548c1e4d6ace2f8df6413f9) Add full Korean localization for Markdown editor - [`f03f65e`](https://github.com/plankanban/planka/commit/f03f65e2ef8d4c569bffe03402819b6f3f0267bc) chore: Add missing newline ### 📊 Changes **2 files changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/ko-KR/core.js` (+3 -0) ➕ `client/src/locales/ko-KR/markdown-editor.json` (+165 -0) </details> ### 📄 Description This pull request adds a complete Korean localization for the Markdown editor: Translated all strings in `client/src/locales/ko-KR/markdown-editor.json` to Korean. Updated `client/src/locales/ko-KR/core.js` to include the Markdown editor localization. With these changes, the Markdown editor UI is now fully available in Korean for all users who select this language. This update improves the experience for Korean-speaking users and ensures consistency across all localized components. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:59:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka-plankanban#1232