Locale data
Vue
open
naive-ui weekPlaceholder untranslated in Korean and Traditional Chinese (Select Week)
fix(locale): translate weekPlaceholder in the Korean and Traditional Chinese locales
naive-ui · tusen-ai/naive-ui
Symptom
weekPlaceholder was left as the English fallback "Select Week" in the Korean (koKR) and Traditional Chinese (zhTW) DatePicker locales, so the week-mode date picker showed an English placeholder. zhCN and jaJP were already translated; these were the remaining CJK locales still showing the fallback.
Minimal repro
Use the date picker in week mode under the koKR or zhTW locale; the placeholder renders "Select Week" in English.
Fix
Translate weekPlaceholder to 주 선택 (koKR, following the existing 월 선택 / 년 선택 pattern) and 選擇週 (zhTW, the Traditional form of zhCN's 选择周), propagating the jaJP fix from #8114 to the remaining CJK locales.