[PR #3235] [MERGED] i18n: Complete Korean Localization for Open-WebUI #21212

Closed
opened 2026-04-20 03:24:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3235
Author: @seokho-son
Created: 6/17/2024
Status: Merged
Merged: 6/17/2024
Merged by: @tjbck

Base: devHead: dev


📝 Commits (1)

  • cc98e89 Complete Korean Localization for Open-WebUI

📊 Changes

1 file changed (+184 additions, -183 deletions)

View changed files

📝 src/lib/i18n/locales/ko-KR/translation.json (+184 -183)

📄 Description

Pull Request Checklist

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following:

Changelog Entry

Description

First of all, thank you for this awesome project!
I am the maintainer of the https://github.com/cloud-barista/cb-tumblebug project, and I am utilizing Ollama and Open WebUI as a use case (for multi-cloud infra management with GPUs).
I truly appreciate it.

As a Korean, while using the GUI of Open WebUI,
I noticed that the existing Korean localization quality was somewhat lacking.

This PR reviews and corrects the Korean localization content of src/lib/i18n/locales/ko-KR/translation.json.

  1. Completed the localization of all missing items.
  2. Corrected all incorrect or awkward expressions (especially those that were simply translated without considering the actual interface).

The localization work was based on https://github.com/open-webui/open-webui/blob/dev/src/lib/i18n/locales/en-US/translation.json and matches the last line: L603 of the current English version:

Added

  • Completed Korean localization of all missing items.

Changed

N/A

Deprecated

N/A

Removed

N/A

Fixed

  • Corrected all incorrect or awkward expressions in ko-KR i18n

Security

N/A

Breaking Changes

N/A


Additional Information

This localization work was done by myself (a human) and was thoroughly human-reviewed.

For your reference,
I am one of the Localization Subproject Leads for Kubernetes SIG-Docs (https://github.com/kubernetes/website), and
also the Lead of the Korean localization team for K8s documentation.

You can be assured of the quality of this localization work, although I am not perfect! :)


🔄 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/open-webui/open-webui/pull/3235 **Author:** [@seokho-son](https://github.com/seokho-son) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`cc98e89`](https://github.com/open-webui/open-webui/commit/cc98e89baa28c268c44e9335ef1da05533835d61) Complete Korean Localization for Open-WebUI ### 📊 Changes **1 file changed** (+184 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/ko-KR/translation.json` (+184 -183) </details> ### 📄 Description # Pull Request Checklist **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [x] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following: # Changelog Entry ### Description First of all, thank you for this awesome project! I am the maintainer of the https://github.com/cloud-barista/cb-tumblebug project, and I am utilizing Ollama and Open WebUI as a use case (for multi-cloud infra management with GPUs). I truly appreciate it. As a Korean, while using the GUI of Open WebUI, I noticed that the existing Korean localization quality was somewhat lacking. This PR reviews and corrects the Korean localization content of `src/lib/i18n/locales/ko-KR/translation.json`. 1. Completed the localization of all missing items. 2. Corrected all incorrect or awkward expressions (especially those that were simply translated without considering the actual interface). The localization work was based on https://github.com/open-webui/open-webui/blob/dev/src/lib/i18n/locales/en-US/translation.json and matches [the last line: L603](https://github.com/open-webui/open-webui/blob/dev/src/lib/i18n/locales/en-US/translation.json#L603) of the current English version: ### Added - Completed Korean localization of all missing items. ### Changed N/A ### Deprecated N/A ### Removed N/A ### Fixed - Corrected all incorrect or awkward expressions in ko-KR i18n ### Security N/A ### Breaking Changes N/A --- ### Additional Information This localization work was done by myself (a human) and was thoroughly human-reviewed. For your reference, I am one of the Localization Subproject Leads for Kubernetes SIG-Docs (https://github.com/kubernetes/website), and also the Lead of the Korean localization team for K8s documentation. You can be assured of the quality of this localization work, although I am not perfect! :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:24:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#21212