Skip to content

fix(richtext-lexical): fix korean label for horizontal rule - #17732

Open
iojcde wants to merge 1 commit into
payloadcms:mainfrom
iojcde:patch-1
Open

fix(richtext-lexical): fix korean label for horizontal rule#17732
iojcde wants to merge 1 commit into
payloadcms:mainfrom
iojcde:patch-1

Conversation

@iojcde

@iojcde iojcde commented Aug 10, 2026

Copy link
Copy Markdown

What?

Fix the Korean translation of Horizontal Rule in @payloadcms/richtext-lexical.

Why?

The Korean localization in i18n.ts of @payloadcms/richtext-lexical currently translates Horizontal Rule as 수평 규칙.

While rule in Horizontal Rule is a typographic term referring to a horizontal line or divider, 규칙 in Korean is normally understood as a “rule” in the sense of a regulation or principle. As a result, 수평 규칙 is unnatural and potentially misleading in the editor UI.

Other localizations more directly describe the visual element. For example, Japanese uses 水平線 and Chinese uses 水平线, both meaning “horizontal line.”

How?

Change the Korean label from 수평 규칙 to 수평선, which is a more natural Korean term for a horizontal divider.

Fixes

none

Changes the Korean label to a more natural Korean term for a horizontal divider.
@iojcde
iojcde requested a review from AlessioGr as a code owner August 10, 2026 02:19
@iojcde iojcde changed the title fix(richtext-lexical): Fix Korean label for horizontal rule fix(richtext-lexical): fix korean label for horizontal rule Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant