We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
开启mako以后umi中antd的locale失效
只要在umi max项目的config开启 mako:{}, locale: { antd: true, baseSeparator: '-', title: false, }, 通过设置umi_locale为任意语言,antd 都是英文,但项目本身国际化正常
不开启mako:{},就不会有这个问题
Please provide a minimal reproduction then upload to your GitHub. 请提供 最小重现,并上传到你的 GitHub 仓库
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
The text was updated successfully, but these errors were encountered:
github仓库:https://github.com/hualigushi/umi-mako-issue1626 没复现
Sorry, something went wrong.
看了一下是跟 https://github.com/alitajs/umi-plugin-keep-alive 冲突了
你好增加了一个PR,可以看一下吗
Jinbao1001
No branches or pull requests
What happens?
开启mako以后umi中antd的locale失效
只要在umi max项目的config开启
mako:{},
locale: {
antd: true,
baseSeparator: '-',
title: false,
},
通过设置umi_locale为任意语言,antd 都是英文,但项目本身国际化正常
不开启mako:{},就不会有这个问题
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
The text was updated successfully, but these errors were encountered: