fix(i18n): correct search sort label mistranslation in ko.json

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.
This commit is contained in:
moduvoice 2026-07-11 22:51:23 +07:00
parent 0ffb8705a3
commit 36a6bf720a

View file

@ -180,7 +180,7 @@
"label": "정렬:",
"relevance": "관련도",
"downloads": "다운로드",
"stars": "평점",
"stars": "즐겨찾기순",
"newest": "최신순"
},
"noResults": "검색 결과가 없습니다",