mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
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:
parent
0ffb8705a3
commit
36a6bf720a
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@
|
|||
"label": "정렬:",
|
||||
"relevance": "관련도",
|
||||
"downloads": "다운로드",
|
||||
"stars": "평점",
|
||||
"stars": "즐겨찾기순",
|
||||
"newest": "최신순"
|
||||
},
|
||||
"noResults": "검색 결과가 없습니다",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue