mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5659] [feature]: Inconsistent Product Name Translation in Korean Locale (ko.json) #2192
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @g-yunjh on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5659
Originally assigned to: @g-yunjh on GitHub.
Is there an existing issue for this?
Summary
Description
The Korean translation file (
packages/hoppscotch-common/locales/ko.json) translates "Hoppscotch" to "호프스카치" (phonetic Korean) throughout the file. This creates several issues:Inconsistency with other Asian locales: Japanese (
ja.json) and Chinese (cn.json) both keep the product name as "Hoppscotch" in English, while Korean is the only Asian language that translates it phonetically.Awkward for native speakers: As a native Korean speaker, seeing "호프스카치" feels forced and unnatural. Product names, especially for technical tools, are typically kept in their original English form in Korean tech documentation.
Internal inconsistency: The file uses two different phonetic translations:
This inconsistency makes the translation look unprofessional.
Current Example
Proposed Solution
Change all instances of "호프스카치" and "홉스카치" to "Hoppscotch" to:
Next Steps
I'm preparing a PR to address this issue by replacing all phonetic translations of the product name with "Hoppscotch".
Why should this be worked on?
@jamesgeorge007 commented on GitHub (Dec 22, 2025):
This is now addressed in the v2025.12.0 release.