-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
这个功能解决了什么问题?
微信小程序需要做国际化,主要是中文和英文切换,但是van-calendar日期选择控件不支持国际化
你期望的 API 是什么样子的?
<van-calendar
show="{{ visible }}"
minDate="{{startDate}}"
maxDate="{{endDate}}"
formatter="{{formatter}}"
locale="{{locale}}"
bind:close="onCloseDate"
bind:confirm="onConfirmDate"
></van-calendar>locale: {
title: 'Select Date',
today: 'Today',
month: 'Month',
year: 'Year',
confirm: 'Confirm',
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
}
Metadata
Metadata
Assignees
Labels
No labels