From 36a6bf720a1dec94b1fab81179473ff2ea3f217f Mon Sep 17 00:00:00 2001 From: moduvoice Date: Sat, 11 Jul 2026 22:51:23 +0700 Subject: [PATCH] fix(i18n): correct search sort label mistranslation in ko.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit search.sort.stars was translated as "평점" (rating) instead of a star-count term, conflating it with the separate rating concept used elsewhere (e.g. skillDetail.rating). Changed to "즐겨찾기순" for consistency with the "즐겨찾기" (starred) terminology used across the other 60+ star-related keys in this file. --- web/src/i18n/locales/ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/locales/ko.json b/web/src/i18n/locales/ko.json index 33d4169f..69d83a18 100644 --- a/web/src/i18n/locales/ko.json +++ b/web/src/i18n/locales/ko.json @@ -180,7 +180,7 @@ "label": "정렬:", "relevance": "관련도", "downloads": "다운로드", - "stars": "평점", + "stars": "즐겨찾기순", "newest": "최신순" }, "noResults": "검색 결과가 없습니다",