Skip to content

ant-calendar組件更改LocaleText後依然顯示組件內設文字 #1509

@sugar3954

Description

@sugar3954

组件

  • ant-calendar

基础库版本

  • 1.25.9

设备机型

手机系统

  • iOS

APP

  • AlipayHK

组件库版本

预期行为

可以透過調整interface LocaleText參數更改顯示文字,如切換中英文

复现步骤

// index.js
const localeText = {
  weekdayNames: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
  title: 'YYYY/MM',
  today: 'Today',
  start: 'Start',
  end: 'End',
  startAndEnd: 'Start/End',
};
Page({
  data: {
    datePicker: {
      localeText,
    },
  }
})

// index.axml
<ant-calendar localeText="{{ datePicker.localeText }}" />

复现 demo

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions