You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use locale-provider/zh_CN.js,then test Transfer, find errors if don't use :title property
What is expected?
no errors
What is actually happening?
in components/transfer/index.jsx, use "titleText={titles[0]} and title[1]" if no title is specified, but only in en_US.js,we had the Transfer.title property, you lost the Transfer.title property in other languares
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Jul 6, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
0.6.7
Environment
1
Reproduction link
https://github.com/vueComponent/ant-design
Steps to reproduce
use locale-provider/zh_CN.js,then test Transfer, find errors if don't use :title property
What is expected?
no errors
What is actually happening?
in components/transfer/index.jsx, use "titleText={titles[0]} and title[1]" if no title is specified, but only in en_US.js,we had the Transfer.title property, you lost the Transfer.title property in other languares
The text was updated successfully, but these errors were encountered: