Skip to content

[Feature Request] 组件不支持国际化功能 #5994

@bucong

Description

@bucong

这个功能解决了什么问题?

微信小程序需要做国际化,主要是中文和英文切换,但是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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions