Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni-data-picker 国际化问题 #934

Open
BenXi630 opened this issue Aug 2, 2024 · 1 comment
Open

uni-data-picker 国际化问题 #934

BenXi630 opened this issue Aug 2, 2024 · 1 comment

Comments

@BenXi630
Copy link

BenXi630 commented Aug 2, 2024

这里无法国际化啊,怎么解决??

image

@coder-xiaomo
Copy link

看看这个文件,直接在自己项目的 uni_modules 目录里面手动改一下这两个位置吧:

https://github.com/dcloudio/uni-ui/blob/master/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.uvue
https://github.com/dcloudio/uni-ui/blob/master/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue

      popupTitle: {
        type: String,
        default: '请选择'
      },
      placeholder: {
        type: String,
        default: '请选择'
      },

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants