Skip to content

希望能解决一下modal.info|success|error|warning按钮中文问题 #6438

Closed
@zhou5631

Description

@zhou5631
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.3.0-beta.4

Environment

4.x

Reproduction link

https://next.antdv.com/components/modal-cn/

Steps to reproduce

官网示例

Modal.info({
title: 'This is a notification message',
content: h('div', {}, [
h('p', 'some messages...some messages...'),
h('p', 'some messages...some messages...'),
]),
onOk() {
console.log('ok');
},
});

弹出窗提示按钮是英文,
存在相同问题的还有modal.info|success|error|warning|confirm

What is expected?

--

What is actually happening?

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions